| Interface | Description |
|---|---|
| IdentityStore |
IdentityStore is a mechanism for validating a Caller's
credentials and accessing a Caller's identity attributes, and would be used
by an authentication mechanism, such as the JSR 375 HttpAuthenticationMechanism
or the JSR 196 (JASPIC) ServerAuthModule. |
| IdentityStoreHandler |
IdentityStoreHandler is a mechanism for validating a Caller's
credentials and accessing a Caller's identity attributes using multiple IdentityStores,
and would be used by an authentication mechanism,
such as the JSR 375 AuthenticationMechanism
or the JSR 196 (JASPIC) ServerAuthModule. |
| RememberMeIdentityStore |
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. |
| Class | Description |
|---|---|
| CredentialValidationResult |
CredentialValidationResult is the result from an attempt to
validate an instance of Credential. |
| Enum | Description |
|---|---|
| CredentialValidationResult.Status | |
| IdentityStore.ValidationType |
Determines the type of validation (operations) that should be done by this store.
|
| LdapIdentityStoreDefinition.LdapSearchScope |
Enum representing LDAP search scope values.
|
| Annotation Type | Description |
|---|---|
| DatabaseIdentityStoreDefinition |
Annotation used to define a container provided
IdentityStore that
stores caller credentials and identity attributes in a relational database,
and make that implementation available as an enabled CDI bean. |
| LdapIdentityStoreDefinition |
Annotation used to define a container provided
IdentityStore that stores
caller credentials and identity attributes (together caller identities) in an
LDAP store, and make that implementation available as an enabled CDI bean. |
Copyright © 2015–2017. All rights reserved.