Uses of Enum Class
jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
Packages that use IdentityStore.ValidationType
-
Uses of IdentityStore.ValidationType in jakarta.security.enterprise.identitystore
Fields in jakarta.security.enterprise.identitystore with type parameters of type IdentityStore.ValidationTypeModifier and TypeFieldDescriptionstatic final Set<IdentityStore.ValidationType> IdentityStore.DEFAULT_VALIDATION_TYPESDefault set of validation types.Methods in jakarta.security.enterprise.identitystore that return IdentityStore.ValidationTypeModifier and TypeMethodDescriptionstatic IdentityStore.ValidationTypeReturns the enum constant of this class with the specified name.static IdentityStore.ValidationType[]IdentityStore.ValidationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jakarta.security.enterprise.identitystore that return types with arguments of type IdentityStore.ValidationTypeModifier and TypeMethodDescriptiondefault Set<IdentityStore.ValidationType> IdentityStore.validationTypes()Determines the type of validation theIdentityStoreshould be used for.