Uses of Interface
org.apache.sling.auth.core.spi.AuthenticationHandler

Packages that use AuthenticationHandler
org.apache.sling.auth.core.impl   
org.apache.sling.auth.core.impl.engine   
org.apache.sling.auth.core.spi   
org.apache.sling.auth.form.impl   
org.apache.sling.auth.openid.impl   
org.apache.sling.auth.selector   
 

Uses of AuthenticationHandler in org.apache.sling.auth.core.impl
 

Classes in org.apache.sling.auth.core.impl that implement AuthenticationHandler
 class AbstractAuthenticationHandlerHolder
          The AbstractAuthenticationHandlerHolder is a base class to represent authentication handlers (both legacy and new ones) for use in the SlingAuthenticator.
 

Uses of AuthenticationHandler in org.apache.sling.auth.core.impl.engine
 

Classes in org.apache.sling.auth.core.impl.engine that implement AuthenticationHandler
 class EngineAuthenticationHandlerHolder
          The EngineAuthenticationHandlerHolder class represents an old-style Sling AuthenticationHandler service in the internal data structure of the SlingAuthenticator.
 

Uses of AuthenticationHandler in org.apache.sling.auth.core.spi
 

Classes in org.apache.sling.auth.core.spi that implement AuthenticationHandler
 class AbstractAuthenticationHandler
          The AbstractAuthenticationHandler implements the AuthenticationHandler interface and extends the DefaultAuthenticationFeedbackHandler providing some helper methods which may be used by authentication handlers.
 

Uses of AuthenticationHandler in org.apache.sling.auth.form.impl
 

Classes in org.apache.sling.auth.form.impl that implement AuthenticationHandler
 class FormAuthenticationHandler
          The FormAuthenticationHandler class implements the authorization steps based on a cookie.
 

Uses of AuthenticationHandler in org.apache.sling.auth.openid.impl
 

Classes in org.apache.sling.auth.openid.impl that implement AuthenticationHandler
 class OpenIDAuthenticationHandler
          The AuthorizationHeaderAuthenticationHandler class implements the authorization steps based on the Authorization header of the HTTP request.
 

Uses of AuthenticationHandler in org.apache.sling.auth.selector
 

Classes in org.apache.sling.auth.selector that implement AuthenticationHandler
 class SelectorAuthenticationHandler
          The SelectorAuthenticationHandler is a pseudo authentication handler which only implements the SelectorAuthenticationHandler.requestCredentials(HttpServletRequest, HttpServletResponse) method to cause an input form to be rendered for the client to be able to provide credentials.
 



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