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

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

Methods in org.apache.sling.auth.core.impl that return AuthenticationInfo
protected abstract  AuthenticationInfo AbstractAuthenticationHandlerHolder.doExtractCredentials(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Calls the actual authentication handler to extract the credentials from the request.
 AuthenticationInfo AbstractAuthenticationHandlerHolder.extractCredentials(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Sets the AuthenticationHandler.PATH_PROPERTY request attribute to this PathBasedHolder.fullPath and calls the AbstractAuthenticationHandlerHolder.extractCredentials(HttpServletRequest, HttpServletResponse) to have the credentials extracted from the request.
 

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

Methods in org.apache.sling.auth.core.impl.engine that return AuthenticationInfo
 AuthenticationInfo EngineAuthenticationHandlerHolder.doExtractCredentials(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

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

Fields in org.apache.sling.auth.core.spi declared as AuthenticationInfo
static AuthenticationInfo AuthenticationInfo.DOING_AUTH
          A special instance of this class which may be returned from the AuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method to inform the caller, that a response has been sent to the client to request for credentials.
static AuthenticationInfo AuthenticationInfo.FAIL_AUTH
          A special instance of this class which may be returned from the AuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method to inform the caller that credential extraction failed for some reason.
 

Methods in org.apache.sling.auth.core.spi that return AuthenticationInfo
 AuthenticationInfo AuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Extracts credential data from the request if at all contained.
 

Methods in org.apache.sling.auth.core.spi with parameters of type AuthenticationInfo
 void AuthenticationFeedbackHandler.authenticationFailed(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationInfo authInfo)
          Called if authentication failed with the credentials provided in the authInfo map.
 void DefaultAuthenticationFeedbackHandler.authenticationFailed(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationInfo authInfo)
          This default implementation does nothing.
 boolean AuthenticationFeedbackHandler.authenticationSucceeded(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationInfo authInfo)
          Called if authentication succeeded with the credentials provided in the authInfo map.
 boolean DefaultAuthenticationFeedbackHandler.authenticationSucceeded(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationInfo authInfo)
          This default implementation calls the DefaultAuthenticationFeedbackHandler.handleRedirect(HttpServletRequest, HttpServletResponse) method to optionally redirect the request after successful authentication.
 void AuthenticationInfoPostProcessor.postProcess(AuthenticationInfo info, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Perform some post-processing on the AuthenticationInfo object.
 

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

Methods in org.apache.sling.auth.form.impl that return AuthenticationInfo
 AuthenticationInfo FormAuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Extracts cookie/session based credentials from the request.
 

Methods in org.apache.sling.auth.form.impl with parameters of type AuthenticationInfo
 void FormAuthenticationHandler.authenticationFailed(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationInfo authInfo)
          Called after an unsuccessful login attempt.
 boolean FormAuthenticationHandler.authenticationSucceeded(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationInfo authInfo)
          Called after successfull login with the given authentication info.
 

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

Methods in org.apache.sling.auth.openid.impl that return AuthenticationInfo
 AuthenticationInfo OpenIDAuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Extracts credential data from the request if at all contained.
 

Methods in org.apache.sling.auth.openid.impl with parameters of type AuthenticationInfo
 void OpenIDAuthenticationHandler.authenticationFailed(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationInfo authInfo)
           
 boolean OpenIDAuthenticationHandler.authenticationSucceeded(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationInfo authInfo)
           
 

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

Methods in org.apache.sling.auth.selector that return AuthenticationInfo
 AuthenticationInfo SelectorAuthenticationHandler.extractCredentials(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Always returns null because this handler cannot provide credentials from the request.
 



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