AuthKeyAuthenticationHandler |
Authenticates users using an "authentication key" parameter valid only for the request for which it is processed.
|
AuthKeyAuthenticationHandler.AuthKeyState |
Possible AuthKey state after handler invocation.
|
AuthKeyHints |
Deprecated.
|
ClientCertificateAuthenticationHandler |
|
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" .
|
CookieAuthenticationHandler.CookieAuthState |
Possible Cookie authentication state after handler invocation.
|
DelegationAuthenticationHandler |
Uses the Member's delegation to allow him to change its identity to somebody else.
|
DelegationAuthenticationHandler.DelegationAuthState |
Possible Delegation Auth state after handler invocation.
|
HttpBasicAuthenticationHandler |
|
HttpDigestAuthenticationHandler |
Authenticates user using HTTP Authorization.
|
JWTAuthenticationHandler |
|
JWTAuthenticationHandler.JWTAuthState |
Possible JWT authentication state after handler invocation.
|
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 .
|
SilentParamsAuthenticationHandler.SilentParamsAuthState |
Possible SilentParams authentication state after handler invocation.
|
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 password.
|
SimpleAuthenticationHandler.SimpleAuthState |
Possible SimpleAuth state after handler invocation.
|