Class DefaultUserAuthenticationResourceEntityResponseFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<java.lang.String> build​(org.apereo.cas.authentication.AuthenticationResult result, javax.servlet.http.HttpServletRequest request)
      Build response response entity.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultUserAuthenticationResourceEntityResponseFactory

        public DefaultUserAuthenticationResourceEntityResponseFactory()
    • Method Detail

      • build

        public org.springframework.http.ResponseEntity<java.lang.String> build​(org.apereo.cas.authentication.AuthenticationResult result,
                                                                               javax.servlet.http.HttpServletRequest request)
                                                                        throws java.lang.Exception
        Description copied from interface: UserAuthenticationResourceEntityResponseFactory
        Build response response entity.
        Specified by:
        build in interface UserAuthenticationResourceEntityResponseFactory
        Parameters:
        result - the result
        request - the request
        Returns:
        the response entity
        Throws:
        java.lang.Exception - the exception