| Package | Description | 
|---|---|
| org.apache.sling.auth.core.spi | Provides API to be implemented by provides of authentication
 mechanisms. | 
| Class and Description | 
|---|
| AuthenticationFeedbackHandler The  AuthenticationFeedbackHandlermay be implemented byAuthenticationHandlerservices to request being informed on the
 success or failure of authentication. | 
| AuthenticationHandler The  AuthenticationHandlerinterface defines the service API used
 by the authentication implementation to support plugin various ways of
 extracting credentials from the request. | 
| AuthenticationHandler.FAILURE_REASON_CODES This enum indicates the supported detailed login failure reason codes:
 
      invalid_login: indicates username/password mismatch. | 
| AuthenticationInfo The  AuthenticationInfoconveys any authentication credentials
 and/or details extracted by theAuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)method from the request. | 
| DefaultAuthenticationFeedbackHandler | 
Copyright © 2014 The Apache Software Foundation. All rights reserved.