public enum AuthenticationResult extends Enum<AuthenticationResult>
Modifier and Type | Method and Description |
---|---|
String |
getDetailedMessage() |
int |
getExitCode() |
String |
getVdcBllMessage() |
static AuthenticationResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationResult OK
public static final AuthenticationResult INVALID_CREDENTIALS
public static final AuthenticationResult CLOCK_SKEW_TOO_GREAT
public static final AuthenticationResult NO_KDCS_FOUND
public static final AuthenticationResult DNS_ERROR
public static final AuthenticationResult OTHER
public static final AuthenticationResult USER_ACCOUNT_DISABLED_OR_LOCKED
public static final AuthenticationResult DNS_COMMUNICATION_ERROR
public static final AuthenticationResult CONNECTION_TIMED_OUT
public static final AuthenticationResult WRONG_REALM
public static final AuthenticationResult CONNECTION_ERROR
public static final AuthenticationResult CANNOT_FIND_LDAP_SERVER_FOR_DOMAIN
public static final AuthenticationResult NO_USER_INFORMATION_WAS_FOUND_FOR_USER
public static final AuthenticationResult PASSWORD_EXPIRED
public static AuthenticationResult[] values()
for (AuthenticationResult c : AuthenticationResult.values()) System.out.println(c);
public static AuthenticationResult 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 String getDetailedMessage()
public String getVdcBllMessage()
public int getExitCode()
Copyright © 2012. All Rights Reserved.