public class EDirectoryAccountState extends AccountState
Modifier and Type | Class and Description |
---|---|
static class |
EDirectoryAccountState.Error
Enum to define edirectory errors.
|
AccountState.DefaultWarning, AccountState.Warning
Modifier and Type | Field and Description |
---|---|
private EDirectoryAccountState.Error |
edError
edirectory specific enum.
|
Constructor and Description |
---|
EDirectoryAccountState(EDirectoryAccountState.Error error)
Creates a new edirectory account state.
|
EDirectoryAccountState(ZonedDateTime exp,
int remaining)
Creates a new edirectory account state.
|
Modifier and Type | Method and Description |
---|---|
EDirectoryAccountState.Error |
getEDirectoryError()
Returns the edirectory error for this account state.
|
getError, getErrors, getWarning, getWarnings, toString
private final EDirectoryAccountState.Error edError
public EDirectoryAccountState(ZonedDateTime exp, int remaining)
exp
- account expirationremaining
- number of logins availablepublic EDirectoryAccountState(EDirectoryAccountState.Error error)
error
- containing authentication failure detailspublic EDirectoryAccountState.Error getEDirectoryError()
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.