All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractAuthenticationFormServlet TheAbstractAuthenticationFormServletprovides a basic implementation of a simple servlet to render a login form for authentication purposes.AbstractAuthenticationHandler Deprecated. since Bundle 1.0.8;AuthenticationHandlerimplementations should extendDefaultAuthenticationFeedbackHandlerdirectly and use the utility methods in theAuthUtilclass.AuthConstants TheAuthConstantsprovides a collection of constants used to configure and customize the Sling authentication infrastructure.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.AuthenticationHandler Deprecated. useAuthenticationHandlerinsteadAuthenticationHandler.FAILURE_REASON_CODES This enum indicates the supported detailed login failure reason codes:invalid_login: indicates username/password mismatch.password_expired: indicates password has expired or was never set and change initial password is enabledaccount_locked: the account was disabled or lockedaccount_not_found: the account was not found (not the same as username password mismatch)expired_token: the token credentials used have expiredAuthenticationInfo TheAuthenticationInfoconveys any authentication credentials and/or details extracted by theAuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)method from the request.AuthenticationInfo Deprecated. AuthenticationInfoPostProcessor Service interface which allows bundles to modify theAuthenticationInfoobject right after oneAuthenticationHandlerhas returned an {AuthenticationInfofrom theAuthenticationHandler.extractCredentials(HttpServletRequest, HttpServletResponse)method or an anonymousAuthenticationInfohas been created.AuthenticationSupport TheAuthenticationSupportprovides the service API used to implement theHttpContext.handleSecuritymethod as defined in the OSGi Http Service specification.Authenticator Deprecated. useAuthenticationSupportinsteadAuthUtil TheAuthUtilprovides utility functions for implementations ofAuthenticationHandlerservices and users of the Sling authentication infrastructure.DefaultAuthenticationFeedbackHandler NoAuthenticationHandlerException Deprecated. seeAuthenticator