Package | Description |
---|---|
org.ldaptive.auth.ext |
Modifier and Type | Field and Description |
---|---|
private EDirectoryAccountState.Error |
EDirectoryAccountState.edError
edirectory specific enum.
|
Modifier and Type | Method and Description |
---|---|
EDirectoryAccountState.Error |
EDirectoryAccountState.getEDirectoryError()
Returns the edirectory error for this account state.
|
static EDirectoryAccountState.Error |
EDirectoryAccountState.Error.parse(String message)
Parses the supplied error messages and returns the corresponding error enum.
|
static EDirectoryAccountState.Error |
EDirectoryAccountState.Error.valueOf(int code)
Returns the error for the supplied integer constant.
|
static EDirectoryAccountState.Error |
EDirectoryAccountState.Error.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDirectoryAccountState.Error[] |
EDirectoryAccountState.Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EDirectoryAccountState(EDirectoryAccountState.Error error)
Creates a new edirectory account state.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.