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, setOrder
public 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
AuthenticationHandler
AuthenticationContext
object (request, response, login.. etc) AuthenticationContext.setLoggedMember(com.jalios.jcms.Member)
AuthenticationContext.doChain()
,AuthenticationContext
.login
in class AuthenticationHandler
ctxt
- the AuthenticationContext
used for this loginjava.io.IOException
public void logout(AuthenticationContext ctxt) throws java.io.IOException
AuthenticationHandler
logout
in class AuthenticationHandler
ctxt
- the AuthenticationContext
used for this loginjava.io.IOException
Copyright © 2001-2017 Jalios SA. All Rights Reserved.