- generateLoginToken(CallerPrincipal, Set<String>) - Method in interface javax.security.identitystore.RememberMeIdentityStore
-
Associates the given principal and groups with a token.
- getAuthParameters() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
-
Returns the parameters that were provided with the SecurityContect#authenticate(AuthParameters) call.
- getAuthParameters() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
-
- getCaller() - Method in class javax.security.identitystore.credential.CallerOnlyCredential
-
- getCaller() - Method in class javax.security.identitystore.credential.UsernamePasswordCredential
-
- getCallerGroups() - Method in class javax.security.identitystore.CredentialValidationResult
-
Determines the set of groups that the specified Caller is in, based on
the associated identity store.
- getCallerGroups(CredentialValidationResult) - Method in interface javax.security.identitystore.IdentityStore
-
- getCallerPrincipal() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
-
- getCallerPrincipal() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
-
- getCallerPrincipal() - Method in class javax.security.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerPrincipal() - Method in interface javax.security.SecurityContext
-
Retrieve the java.security.Principal
that represents the name of authenticated caller name, or null
if the current caller is not authenticated.
- getCallerUniqueId() - Method in class javax.security.identitystore.CredentialValidationResult
-
Return a string that uniquely identifies this caller within the identity store
(since the Principal name used may not be unique).
- getClientSubject() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
-
Returns the subject for which authentication is to take place.
- getClientSubject() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
-
- getCredential() - Method in class javax.security.authentication.mechanism.http.AuthenticationParameters
-
The credential set as parameter in this instance.
- getGroups() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
-
- getGroups() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
-
- getHandler() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
-
Returns the low level JSR 196 handler that the runtime provided when creating this
HttpMessageContext
,
and which this context uses to communicate the authentication details to the runtime.
- getHandler() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
-
- getIdentityStoreId() - Method in class javax.security.identitystore.CredentialValidationResult
-
Return the unique ID of the identity store used to validate the credentials.
- getMessageInfo() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
-
Returns the the low level JSR 196 message info instance for the current request.
- getMessageInfo() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
-
- getName() - Method in class javax.security.CallerPrincipal
-
The name of the caller
- getPassword() - Method in class javax.security.identitystore.credential.UsernamePasswordCredential
-
Determines the password.
- getPasswordAsString() - Method in class javax.security.identitystore.credential.UsernamePasswordCredential
-
Determines the password.
- getRequest() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
-
Returns the request object associated with the current request.
- getRequest() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
-
- getResponse() - Method in interface javax.security.authentication.mechanism.http.HttpMessageContext
-
Returns the response object associated with the current request.
- getResponse() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
-
- getStatus() - Method in class javax.security.identitystore.CredentialValidationResult
-
Determines the validation status.
- getToken() - Method in class javax.security.identitystore.credential.RememberMeCredential
-
Determines the token value to compare for authentication.
- getValue() - Method in class javax.security.identitystore.credential.Password
-
Determines the password value.
- getWrapped() - Method in class javax.security.authentication.mechanism.http.HttpMessageContextWrapper
-