org.identityconnectors.ldap
Enum LdapConnection.AuthenticationResultType
java.lang.Object
java.lang.Enum<LdapConnection.AuthenticationResultType>
org.identityconnectors.ldap.LdapConnection.AuthenticationResultType
- All Implemented Interfaces:
- Serializable, Comparable<LdapConnection.AuthenticationResultType>
- Enclosing class:
- LdapConnection
public static enum LdapConnection.AuthenticationResultType
- extends Enum<LdapConnection.AuthenticationResultType>
SUCCESS
public static final LdapConnection.AuthenticationResultType SUCCESS
PASSWORD_EXPIRED
public static final LdapConnection.AuthenticationResultType PASSWORD_EXPIRED
FAILED
public static final LdapConnection.AuthenticationResultType FAILED
values
public static LdapConnection.AuthenticationResultType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (LdapConnection.AuthenticationResultType c : LdapConnection.AuthenticationResultType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static LdapConnection.AuthenticationResultType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
propagate
public abstract void propagate(Exception cause)
Copyright © 2012. All Rights Reserved.