Uses of Class
org.apache.sling.engine.auth.AuthenticationInfo

Packages that use AuthenticationInfo
org.apache.sling.engine.auth Provides the original authentication handler service API initially bundled with the Sling Engine bundle. 
 

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

Fields in org.apache.sling.engine.auth declared as AuthenticationInfo
static AuthenticationInfo AuthenticationInfo.DOING_AUTH
          Deprecated. This object is returned by the AuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method to indicate an ongoing authentication transaction.
 

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



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