- IdentityStore - Interface in javax.security.enterprise.identitystore
-
IdentityStore
is a mechanism for validating a caller's credentials
and accessing a caller's identity attributes.
- IdentityStore.ValidationType - Enum in javax.security.enterprise.identitystore
-
Determines the type of validation (operations) that should be done by this store.
- IdentityStoreHandler - Interface in javax.security.enterprise.identitystore
-
IdentityStoreHandler
is a mechanism for validating a caller's
credentials, and accessing a caller's identity attributes, by consulting
a set of one or more
IdentityStore
s.
- IdentityStorePermission - Class in javax.security.enterprise.identitystore
-
Class for IdentityStore permissions.
- IdentityStorePermission(String) - Constructor for class javax.security.enterprise.identitystore.IdentityStorePermission
-
Create an IdentityStorePermission with the specified name.
- IdentityStorePermission(String, String) - Constructor for class javax.security.enterprise.identitystore.IdentityStorePermission
-
Create an IdentityStorePermission with the specified name.
- initialize(Map<String, String>) - Method in interface javax.security.enterprise.identitystore.PasswordHash
-
Initialize the instance with the parameters it should use to
generate and verify password hashes.
- INVALID_RESULT - Static variable in class javax.security.enterprise.identitystore.CredentialValidationResult
-
- isAuthenticationRequest() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
- isAuthenticationRequest() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- isCallerInRole(String) - Method in interface javax.security.enterprise.SecurityContext
-
Checks whether the authenticated caller is included in the specified logical application "role".
- isCleared() - Method in class javax.security.enterprise.credential.AbstractClearableCredential
-
- isCleared() - Method in interface javax.security.enterprise.credential.Credential
-
Determines whether the credential value has been securely cleared.
- isNewAuthentication() - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Whether a new authentication dialog is required.
- isProtected() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Checks if the currently requested resource is protected or not.
- isProtected() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- isRegisterSession() - Method in interface javax.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Check if the runtime has been asked to register an authentication session duing the current request.
- isRegisterSession() - Method in class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- isRememberMe() - Method in class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Whether "remember me" should be used.
- isValid() - Method in interface javax.security.enterprise.credential.Credential
-
Determines whether the credential is valid.