Package org.apache.sling.commons.auth.spi
- 
Interface Summary Interface Description AuthenticationFeedbackHandler TheAuthenticationFeedbackHandlermay be implemented byAuthenticationHandlerservices to request being informed on the success or failure of authentication.AuthenticationHandler TheAuthenticationHandlerinterface defines the service API used by the authentication implementation to support plugin various ways of extracting credentials from the request.AuthenticationInfoPostProcessor Service interface which allows bundles to modify the AuthenticationInfo object after authentication has been performed. - 
Class Summary Class Description AuthenticationInfo TheAuthenticationInfoconveys any authentication credentials and/or details extracted by theAuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)method from the request.DefaultAuthenticationFeedbackHandler