| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationHandler | |
|---|---|
| com.jalios.jcms | Contains the core JCMS classes. | 
| com.jalios.jcms.authentication | |
| com.jalios.jcms.authentication.handlers | |
| Uses of AuthenticationHandler in com.jalios.jcms | 
|---|
| Methods in com.jalios.jcms with parameters of type AuthenticationHandler | |
|---|---|
|  void | Channel.addAuthenticationHandler(AuthenticationHandler authHandler)Add the specified AuthenticationHandlerto the list of
 AuthenticationHandlers used by the AuthenticationManager
 to process users' authentication. | 
|  void | Channel.removeAuthenticationHandler(AuthenticationHandler authHandler)Remove the specified AuthenticationHandlerfrom the list of
 AuthenticationHandlers used by the AuthenticationManager
 to process users' authentication. | 
| Uses of AuthenticationHandler in com.jalios.jcms.authentication | 
|---|
| Methods in com.jalios.jcms.authentication that return types with arguments of type AuthenticationHandler | |
|---|---|
|  SortedSet<AuthenticationHandler> | AuthenticationManager.getAuthenticationHandlerSet()Retrieve the internal set of AuthenticationHandlermanaged by the AuthenticationManager. | 
| Methods in com.jalios.jcms.authentication with parameters of type AuthenticationHandler | |
|---|---|
|  void | AuthenticationManager.addAuthenticationHandler(AuthenticationHandler authHdlr)Add the specified AuthenticationHandler to the handlers collection already managed by the AuthenticationManager. | 
|  int | AuthenticationHandler.compareTo(AuthenticationHandler authHdlr)Compare this object with the specified AuthenticationHandler for order. | 
|  void | AuthenticationManager.removeAuthenticationHandler(AuthenticationHandler authHdlr)Remove the specified AuthenticationHandler from the handlers managed by the AuthenticationManager. | 
| Uses of AuthenticationHandler in com.jalios.jcms.authentication.handlers | 
|---|
| Subclasses of AuthenticationHandler in com.jalios.jcms.authentication.handlers | |
|---|---|
|  class | AuthKeyAuthenticationHandlerAuthenticates users using an "authentication key" parameter valid only for the request for which it is processed. | 
|  class | CookieAuthenticationHandlerSave authentification made by other handlers into cookie and use it later on to re-authenticate. | 
|  class | DelegationAuthenticationHandlerUses the Member's delegation to allow him to change its identity to somebody else. | 
|  class | HttpBasicAuthenticationHandlerAuthenticates user using HTTP Authorization. | 
|  class | HttpDigestAuthenticationHandlerAuthenticates user using HTTP Authorization. | 
|  class | LoggingAuthenticationHandlerProvide logging of the authentication process using log4j. | 
|  class | SessionAuthenticationHandlerSave authentification made by other handlers into session and use it later on to re-authenticate. | 
|  class | SilentParamsAuthenticationHandlerRead the authentification from the "silent" parameter, silentLogin,silentPassword. | 
|  class | SimpleAuthenticationHandlerAuthenticate user based on the login/password of existing member in JCMS. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||