|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AuthenticationFeedbackHandler in org.apache.sling.auth.core.impl |
---|
Methods in org.apache.sling.auth.core.impl that return AuthenticationFeedbackHandler | |
---|---|
protected abstract AuthenticationFeedbackHandler |
AbstractAuthenticationHandlerHolder.getFeedbackHandler()
Returns a feedback handler provided by the authentication handler held by this instance or null if none is provided. |
Uses of AuthenticationFeedbackHandler in org.apache.sling.auth.core.impl.engine |
---|
Methods in org.apache.sling.auth.core.impl.engine that return AuthenticationFeedbackHandler | |
---|---|
protected AuthenticationFeedbackHandler |
EngineAuthenticationHandlerHolder.getFeedbackHandler()
|
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.form.impl |
---|
Classes in org.apache.sling.auth.form.impl that implement AuthenticationFeedbackHandler | |
---|---|
class |
FormAuthenticationHandler
The FormAuthenticationHandler class implements the authorization
steps based on a cookie. |
Uses of AuthenticationFeedbackHandler in org.apache.sling.auth.openid.impl |
---|
Classes in org.apache.sling.auth.openid.impl that implement AuthenticationFeedbackHandler | |
---|---|
class |
OpenIDAuthenticationHandler
The AuthorizationHeaderAuthenticationHandler class implements
the authorization steps based on the Authorization header of the HTTP
request. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |