Uses of Enum Class
org.keycloak.email.EmailAuthenticator.AuthenticatorType
Packages that use EmailAuthenticator.AuthenticatorType
-
Uses of EmailAuthenticator.AuthenticatorType in org.keycloak.email
Methods in org.keycloak.email that return EmailAuthenticator.AuthenticatorTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EmailAuthenticator.AuthenticatorType[]EmailAuthenticator.AuthenticatorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.email that return types with arguments of type EmailAuthenticator.AuthenticatorTypeConstructor parameters in org.keycloak.email with type arguments of type EmailAuthenticator.AuthenticatorTypeModifierConstructorDescriptionDefaultEmailSenderProvider(KeycloakSession session, Map<EmailAuthenticator.AuthenticatorType, EmailAuthenticator> authenticators)