public static enum ForgotPasswordConfiguration.MailServerAuthentication extends Enum<ForgotPasswordConfiguration.MailServerAuthentication>
| Modifier and Type | Method and Description |
|---|---|
static ForgotPasswordConfiguration.MailServerAuthentication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForgotPasswordConfiguration.MailServerAuthentication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForgotPasswordConfiguration.MailServerAuthentication NONE
public static final ForgotPasswordConfiguration.MailServerAuthentication TLS
public static final ForgotPasswordConfiguration.MailServerAuthentication SSL
public static ForgotPasswordConfiguration.MailServerAuthentication[] values()
for (ForgotPasswordConfiguration.MailServerAuthentication c : ForgotPasswordConfiguration.MailServerAuthentication.values()) System.out.println(c);
public static ForgotPasswordConfiguration.MailServerAuthentication valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.