public static enum LdapConnector.UserEncryptionMethod extends Enum<LdapConnector.UserEncryptionMethod>
Modifier and Type | Method and Description |
---|---|
static LdapConnector.UserEncryptionMethod |
safeValueOf(String name) |
static LdapConnector.UserEncryptionMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapConnector.UserEncryptionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapConnector.UserEncryptionMethod DES
public static final LdapConnector.UserEncryptionMethod MD5
public static final LdapConnector.UserEncryptionMethod PLAINTEXT
public static final LdapConnector.UserEncryptionMethod SHA
public static final LdapConnector.UserEncryptionMethod SSHA
public static LdapConnector.UserEncryptionMethod[] values()
for (LdapConnector.UserEncryptionMethod c : LdapConnector.UserEncryptionMethod.values()) System.out.println(c);
public static LdapConnector.UserEncryptionMethod 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 nullpublic static LdapConnector.UserEncryptionMethod safeValueOf(String name)
Copyright © 2020 Atlassian. All rights reserved.