Uses of Class
com.jalios.jcms.authentication.AuthenticationContext
-
Packages that use AuthenticationContext Package Description com.jalios.jcms.authentication com.jalios.jcms.authentication.handlers -
-
Uses of AuthenticationContext in com.jalios.jcms.authentication
Methods in com.jalios.jcms.authentication with parameters of type AuthenticationContext Modifier and Type Method Description void
AuthenticationHandler. login(AuthenticationContext ctxt)
Authenticate a member.void
AuthenticationHandler. logout(AuthenticationContext ctxt)
This methods is called when users logout from JCMS.void
AuthenticationThrottleManager. recordAuthenticationFailure(java.lang.String userId, AuthenticationContext ctxt, java.lang.Class<? extends AuthenticationHandler> authHdlrClass)
Record a failed authentication attempt.boolean
AuthenticationThrottleManager. throttleIfNeeded(java.lang.String userId, AuthenticationContext ctxt, java.lang.Class<? extends AuthenticationHandler> authHdlrClass)
Throttle an authentication attempt given specified context. -
Uses of AuthenticationContext in com.jalios.jcms.authentication.handlers
Methods in com.jalios.jcms.authentication.handlers with parameters of type AuthenticationContext Modifier and Type Method Description boolean
AuthKeyAuthenticationHandler.AuthKeyState. isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContextboolean
CookieAuthenticationHandler.CookieAuthState. isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContextboolean
DelegationAuthenticationHandler.DelegationAuthState. isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContextboolean
SilentParamsAuthenticationHandler.SilentParamsAuthState. isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContextboolean
SimpleAuthenticationHandler.SimpleAuthState. isSet(AuthenticationContext ctxt)
Check if this state was set for the specified AuthenticationContextstatic 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
AuthKeyAuthenticationHandler. login(AuthenticationContext ctxt)
void
ClientCertificateAuthenticationHandler. login(AuthenticationContext ctxt)
void
CookieAuthenticationHandler. login(AuthenticationContext ctxt)
void
DelegationAuthenticationHandler. login(AuthenticationContext ctxt)
void
HttpBasicAuthenticationHandler. login(AuthenticationContext ctxt)
void
HttpDigestAuthenticationHandler. login(AuthenticationContext ctxt)
void
JWTAuthenticationHandler. login(AuthenticationContext ctxt)
void
LoggingAuthenticationHandler. login(AuthenticationContext ctxt)
void
SessionAuthenticationHandler. login(AuthenticationContext ctxt)
void
SilentParamsAuthenticationHandler. login(AuthenticationContext ctxt)
void
SimpleAuthenticationHandler. login(AuthenticationContext ctxt)
void
CookieAuthenticationHandler. logout(AuthenticationContext ctxt)
void
LoggingAuthenticationHandler. logout(AuthenticationContext ctxt)
void
SimpleAuthenticationHandler. logout(AuthenticationContext ctxt)
-