Uses of Class
org.apache.sling.auth.core.spi.DefaultAuthenticationFeedbackHandler

Packages that use DefaultAuthenticationFeedbackHandler
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 DefaultAuthenticationFeedbackHandler in org.apache.sling.auth.core.spi
 

Subclasses of DefaultAuthenticationFeedbackHandler in org.apache.sling.auth.core.spi
 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 DefaultAuthenticationFeedbackHandler in org.apache.sling.auth.form.impl
 

Subclasses of DefaultAuthenticationFeedbackHandler in org.apache.sling.auth.form.impl
 class FormAuthenticationHandler
          The FormAuthenticationHandler class implements the authorization steps based on a cookie.
 

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

Subclasses of DefaultAuthenticationFeedbackHandler in org.apache.sling.auth.openid.impl
 class OpenIDAuthenticationHandler
          The AuthorizationHeaderAuthenticationHandler class implements the authorization steps based on the Authorization header of the HTTP request.
 

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

Subclasses of DefaultAuthenticationFeedbackHandler in org.apache.sling.auth.selector
 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.