Package | Description |
---|---|
javax.security.enterprise.identitystore |
The identity store API package.
|
Modifier and Type | Field and Description |
---|---|
static Set<IdentityStore.ValidationType> |
IdentityStore.DEFAULT_VALIDATION_TYPES
Default set of validation types.
|
Modifier and Type | Method and Description |
---|---|
static IdentityStore.ValidationType |
IdentityStore.ValidationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityStore.ValidationType[] |
IdentityStore.ValidationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default Set<IdentityStore.ValidationType> |
IdentityStore.validationTypes()
Determines the type of validation the
IdentityStore should be used for. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.