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 voidAuthenticationHandler. login(AuthenticationContext ctxt)Authenticate a member.voidAuthenticationHandler. logout(AuthenticationContext ctxt)This methods is called when users logout from JCMS.voidAuthenticationThrottleManager. recordAuthenticationFailure(java.lang.String userId, AuthenticationContext ctxt, java.lang.Class<? extends AuthenticationHandler> authHdlrClass)Record a failed authentication attempt.booleanAuthenticationThrottleManager. 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 booleanAuthKeyAuthenticationHandler.AuthKeyState. isSet(AuthenticationContext ctxt)Check if this state was set for the specified AuthenticationContextbooleanCookieAuthenticationHandler.CookieAuthState. isSet(AuthenticationContext ctxt)Check if this state was set for the specified AuthenticationContextbooleanDelegationAuthenticationHandler.DelegationAuthState. isSet(AuthenticationContext ctxt)Check if this state was set for the specified AuthenticationContextbooleanSilentParamsAuthenticationHandler.SilentParamsAuthState. isSet(AuthenticationContext ctxt)Check if this state was set for the specified AuthenticationContextbooleanSimpleAuthenticationHandler.SimpleAuthState. isSet(AuthenticationContext ctxt)Check if this state was set for the specified AuthenticationContextstatic MemberAuthKeyAuthenticationHandler. 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.voidAuthKeyAuthenticationHandler. login(AuthenticationContext ctxt)voidClientCertificateAuthenticationHandler. login(AuthenticationContext ctxt)voidCookieAuthenticationHandler. login(AuthenticationContext ctxt)voidDelegationAuthenticationHandler. login(AuthenticationContext ctxt)voidHttpBasicAuthenticationHandler. login(AuthenticationContext ctxt)voidHttpDigestAuthenticationHandler. login(AuthenticationContext ctxt)voidJWTAuthenticationHandler. login(AuthenticationContext ctxt)voidLoggingAuthenticationHandler. login(AuthenticationContext ctxt)voidSessionAuthenticationHandler. login(AuthenticationContext ctxt)voidSilentParamsAuthenticationHandler. login(AuthenticationContext ctxt)voidSimpleAuthenticationHandler. login(AuthenticationContext ctxt)voidCookieAuthenticationHandler. logout(AuthenticationContext ctxt)voidLoggingAuthenticationHandler. logout(AuthenticationContext ctxt)voidSimpleAuthenticationHandler. logout(AuthenticationContext ctxt) 
 -