Class DefaultRestAuthenticationService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<org.apereo.cas.authentication.AuthenticationResult> authenticate​(org.springframework.util.MultiValueMap<java.lang.String,​java.lang.String> requestBody, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Authenticate.
      • Methods inherited from class java.lang.Object

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

      • DefaultRestAuthenticationService

        public DefaultRestAuthenticationService()
    • Method Detail

      • authenticate

        public java.util.Optional<org.apereo.cas.authentication.AuthenticationResult> authenticate​(org.springframework.util.MultiValueMap<java.lang.String,​java.lang.String> requestBody,
                                                                                                   javax.servlet.http.HttpServletRequest request,
                                                                                                   javax.servlet.http.HttpServletResponse response)
        Description copied from interface: RestAuthenticationService
        Authenticate.
        Specified by:
        authenticate in interface RestAuthenticationService
        Parameters:
        requestBody - the request body
        request - the request
        response - the response
        Returns:
        the optional