Uses of Enum Class
eu.webtoolkit.jwt.auth.IdentityPolicy
Packages that use IdentityPolicy
-
Uses of IdentityPolicy in eu.webtoolkit.jwt.auth
Methods in eu.webtoolkit.jwt.auth that return IdentityPolicyModifier and TypeMethodDescriptionAuthService.getIdentityPolicy()Returns the identity policy.static IdentityPolicyReturns the enum constant of this class with the specified name.static IdentityPolicy[]IdentityPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt.auth with parameters of type IdentityPolicyModifier and TypeMethodDescriptionvoidAuthService.setIdentityPolicy(IdentityPolicy identityPolicy) Configures the identity policy.