public final class LoggingAuthenticationHandler extends AuthenticationHandler
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ORDER_LOGGING_HANDLER
Order used by the LoggingAuthenticationHandler 
 | 
static java.lang.String | 
REVISION  | 
channel, GENERIC_BAD_AUTHENTICATION_MSG| Modifier and Type | Method and Description | 
|---|---|
static LoggingAuthenticationHandler | 
getInstance()  | 
void | 
login(AuthenticationContext ctxt)
Authenticate a member. 
 | 
void | 
logout(AuthenticationContext ctxt)
This methods is called when users logout from JCMS. 
 | 
compareTo, equals, getOrder, init, loadProperties, setOrderpublic static final java.lang.String REVISION
public static final int ORDER_LOGGING_HANDLER
public static final LoggingAuthenticationHandler getInstance()
public void login(AuthenticationContext ctxt) throws java.io.IOException
AuthenticationHandlerAuthenticationContext object (request, response, login.. etc) AuthenticationContext.setLoggedMember(com.jalios.jcms.Member)AuthenticationContext.doChain(),AuthenticationContext.login in class AuthenticationHandlerctxt - the AuthenticationContext used for this loginjava.io.IOExceptionpublic void logout(AuthenticationContext ctxt) throws java.io.IOException
AuthenticationHandlerlogout in class AuthenticationHandlerctxt - the AuthenticationContext used for this loginjava.io.IOExceptionCopyright © 2001-2018 Jalios SA. All Rights Reserved.