Uses of Class
org.apache.sling.engine.auth.AuthenticationInfo
Packages that use AuthenticationInfo
Package
Description
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 AuthenticationInfoModifier and TypeFieldDescriptionstatic final AuthenticationInfo
AuthenticationInfo.DOING_AUTH
Deprecated.This object is returned by theAuthenticationHandler.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 AuthenticationInfoModifier and TypeMethodDescriptionAuthenticationHandler.authenticate
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.Extracts credential data from the request if at all contained.