|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractAuthenticationHandler | |
---|---|
org.apache.sling.auth.form.impl | |
org.apache.sling.auth.openid.impl | |
org.apache.sling.auth.selector |
Uses of AbstractAuthenticationHandler in org.apache.sling.auth.form.impl |
---|
Subclasses of AbstractAuthenticationHandler in org.apache.sling.auth.form.impl | |
---|---|
class |
FormAuthenticationHandler
The FormAuthenticationHandler class implements the authorization
steps based on a cookie. |
Uses of AbstractAuthenticationHandler in org.apache.sling.auth.openid.impl |
---|
Subclasses of AbstractAuthenticationHandler 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 AbstractAuthenticationHandler in org.apache.sling.auth.selector |
---|
Subclasses of AbstractAuthenticationHandler 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |