Package | Description |
---|---|
com.jalios.jcms.authentication | |
com.jalios.jcms.authentication.handlers |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationHandler.login(AuthenticationContext ctxt)
Authenticate a member.
|
void |
AuthenticationHandler.logout(AuthenticationContext ctxt)
This methods is called when users logout from JCMS.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleAuthenticationHandler.SimpleAuthState.isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContext
|
boolean |
SilentParamsAuthenticationHandler.SilentParamsAuthState.isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContext
|
boolean |
DelegationAuthenticationHandler.DelegationAuthState.isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContext
|
boolean |
CookieAuthenticationHandler.CookieAuthState.isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContext
|
boolean |
AuthKeyAuthenticationHandler.AuthKeyState.isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContext
|
static Member |
AuthKeyAuthenticationHandler.isValidAuthKey(java.lang.String url,
java.lang.String authKey,
javax.servlet.http.HttpServletRequest request,
AuthenticationContext ctxt)
Checks if the given auth key is valid and if it is, returns the member to login.
|
void |
SimpleAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
SilentParamsAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
SessionAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
LoggingAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
JWTAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
HttpDigestAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
HttpBasicAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
DelegationAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
CookieAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
ClientCertificateAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
AuthKeyAuthenticationHandler.login(AuthenticationContext ctxt) |
void |
SimpleAuthenticationHandler.logout(AuthenticationContext ctxt) |
void |
LoggingAuthenticationHandler.logout(AuthenticationContext ctxt) |
void |
CookieAuthenticationHandler.logout(AuthenticationContext ctxt) |
Copyright © 2001-2021 Jalios SA. All Rights Reserved.