- redirect(String) - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the response status to SC_FOUND 302 (Found)
- redirect(String) - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- rememberMe(boolean) - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Signals that for this call to the authentication mechanism "remember me" should be applied, IFF the
"remember me" feature is configured for the authentication mechanism responding to the authenticate call.
- RememberMe - Annotation Type in javax.security.enterprise.authentication.mechanism.http
-
The RememberMe annotation provides an application the ability to declaratively designate
that an authentication mechanism effectively "remembers" the authentication and auto
applies this with every request.
- RememberMeCredential - Class in javax.security.enterprise.credential
-
RememberMeCredential
represents a credential presented as a token,
for the explicit usage with the JSR 375 provided remember me function.
- RememberMeCredential(String) - Constructor for class javax.security.enterprise.credential.RememberMeCredential
-
Constructor
- RememberMeIdentityStore - Interface in javax.security.enterprise.identitystore
-
RememberMeIdentityStore
is a mechanism for validating a caller's
credentials and accessing a caller's identity attributes that's specifically
tailored for the "remember me" feature.
- removeLoginToken(String) - Method in interface javax.security.enterprise.identitystore.RememberMeIdentityStore
-
Dissociates the principal and groups that were associated with the token before
and removes the token itself.
- responseNotFound() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the response status to 404 (not found).
- responseNotFound() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- responseUnauthorized() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the response status to 401 (unauthorized).
- responseUnauthorized() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-