public static enum LdapConnection.AuthenticationResultType extends Enum<LdapConnection.AuthenticationResultType>
Enum Constant and Description |
---|
COMMUNICATION_ISSUE |
FAILED |
PASSWORD_EXPIRED |
SUCCESS |
Modifier and Type | Method and Description |
---|---|
abstract void |
propagate(Exception cause) |
static LdapConnection.AuthenticationResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapConnection.AuthenticationResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapConnection.AuthenticationResultType SUCCESS
public static final LdapConnection.AuthenticationResultType PASSWORD_EXPIRED
public static final LdapConnection.AuthenticationResultType COMMUNICATION_ISSUE
public static final LdapConnection.AuthenticationResultType FAILED
public static LdapConnection.AuthenticationResultType[] values()
for (LdapConnection.AuthenticationResultType c : LdapConnection.AuthenticationResultType.values()) System.out.println(c);
public static LdapConnection.AuthenticationResultType 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 abstract void propagate(Exception cause)
Copyright © 2018–2025. All rights reserved.