Uses of Package
org.apache.sling.auth.core.spi

Packages that use org.apache.sling.auth.core.spi
org.apache.sling.auth.core.spi   
org.apache.sling.auth.selector   
 

Classes in org.apache.sling.auth.core.spi used by org.apache.sling.auth.core.spi
AuthenticationFeedbackHandler
          The AuthenticationFeedbackHandler may be implemented by AuthenticationHandler services to request being informed on the success or failure of authentication.
AuthenticationHandler
          The AuthenticationHandler interface defines the service API used by the authentication implementation to support plugin various ways of extracting credentials from the request.
AuthenticationInfo
          The AuthenticationInfo conveys any authentication credentials and/or details extracted by the AuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method from the request.
DefaultAuthenticationFeedbackHandler
           
 

Classes in org.apache.sling.auth.core.spi used by org.apache.sling.auth.selector
AbstractAuthenticationFormServlet
          The AbstractAuthenticationFormServlet provides a basic implementation of a simple servlet to render a login form for authentication purposes.
AbstractAuthenticationHandler
          The AbstractAuthenticationHandler implements the AuthenticationHandler interface and extends the DefaultAuthenticationFeedbackHandler providing some helper methods which may be used by authentication handlers.
AuthenticationFeedbackHandler
          The AuthenticationFeedbackHandler may be implemented by AuthenticationHandler services to request being informed on the success or failure of authentication.
AuthenticationHandler
          The AuthenticationHandler interface defines the service API used by the authentication implementation to support plugin various ways of extracting credentials from the request.
AuthenticationInfo
          The AuthenticationInfo conveys any authentication credentials and/or details extracted by the AuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method from the request.
DefaultAuthenticationFeedbackHandler
           
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.