boolean |
AuthKeyAuthenticationHandler.AuthKeyState.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 |
DelegationAuthenticationHandler.DelegationAuthState.isSet(AuthenticationContext ctxt) |
Check if this state was set for the specified AuthenticationContext
|
boolean |
JWTAuthenticationHandler.JWTAuthState.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 |
SimpleAuthenticationHandler.SimpleAuthState.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 |
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) |
|