Uses of Class
jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
-
Packages that use IdentityStore.ValidationType Package Description jakarta.security.enterprise.identitystore The identity store API package. -
-
Uses of IdentityStore.ValidationType in jakarta.security.enterprise.identitystore
Fields in jakarta.security.enterprise.identitystore with type parameters of type IdentityStore.ValidationType Modifier and Type Field Description static Set<IdentityStore.ValidationType>
IdentityStore. DEFAULT_VALIDATION_TYPES
Default set of validation types.Methods in jakarta.security.enterprise.identitystore that return IdentityStore.ValidationType Modifier and Type Method Description IdentityStore.ValidationType[]
useFor()
Determines what the identity store is used forIdentityStore.ValidationType[]
useFor()
Determines what the identity store is used forstatic 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.Methods in jakarta.security.enterprise.identitystore that return types with arguments of type IdentityStore.ValidationType Modifier and Type Method Description default Set<IdentityStore.ValidationType>
IdentityStore. validationTypes()
Determines the type of validation theIdentityStore
should be used for.
-