|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
AuthKeyAuthenticationHandler | Authenticates users using an "authentication key" parameter valid only for the request for which it is processed. |
AuthKeyHints | Contains elements that may be used to construct an AuthKey |
CookieAuthenticationHandler | Save authentification made by other handlers into cookie
and use it later on to re-authenticate. You can disable this handler by modifiying property "auth-mgr.cookie-enabled" . |
DelegationAuthenticationHandler | Uses the Member's delegation to allow him to change its identity to somebody else. |
HttpBasicAuthenticationHandler | Authenticates user using HTTP Authorization. In order to make it work you are responsible to call the method HttpBasicAuthenticationHandler.setHttpBasicAuthorizationHeader(HttpServletResponse, String) to
trigger a HTTP Authorization response, the handler will deal with
decoding of the next request. |
HttpDigestAuthenticationHandler | Authenticates user using HTTP Authorization. |
LoggingAuthenticationHandler | Provide logging of the authentication process using log4j. This authentication handler must be the first in the list of authentication handlers to be able to log authentication made by other handlers. |
SessionAuthenticationHandler | Save authentification made by other handlers into session and use it later on to re-authenticate. |
SilentParamsAuthenticationHandler | Read the authentification from the "silent" parameter, silentLogin ,
silentPassword . |
SimpleAuthenticationHandler | Authenticate user based on the login/password of existing member in JCMS. Current implementation of this AuthenticationHandler :
stops the LoginChain on empty login or passowrd. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |