| AuthKeyAuthenticationHandler | Authenticates users using an "authentication key" parameter valid only for the request for which it is processed. | 
| 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". | 
| DelegationAuthenticationHandler | Uses the Member's delegation to allow him to change its identity to somebody else. | 
| HttpBasicAuthenticationHandler |  | 
| HttpDigestAuthenticationHandler | Authenticates user using HTTP Authorization. | 
| JWTAuthenticationHandler |  | 
| 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 password. |