Uses of Enum Class
eu.webtoolkit.jwt.auth.EmailPolicy
Packages that use EmailPolicy
-
Uses of EmailPolicy in eu.webtoolkit.jwt.auth
Methods in eu.webtoolkit.jwt.auth that return EmailPolicyModifier and TypeMethodDescriptionRegistrationModel.getEmailPolicy()Returns the email policy.static EmailPolicyReturns the enum constant of this class with the specified name.static EmailPolicy[]EmailPolicy.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 EmailPolicyModifier and TypeMethodDescriptionvoidRegistrationModel.setEmailPolicy(EmailPolicy policy) Configures whether an email address needs to be entered.