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

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

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

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

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

Classes in org.apache.sling.auth.selector that implement AuthenticationFeedbackHandler
 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-2011 The Apache Software Foundation. All Rights Reserved.