Uses of Class
org.ldaptive.auth.ext.EDirectoryAccountState.Error
-
Packages that use EDirectoryAccountState.Error Package Description org.ldaptive.auth.ext -
-
Uses of EDirectoryAccountState.Error in org.ldaptive.auth.ext
Fields in org.ldaptive.auth.ext declared as EDirectoryAccountState.Error Modifier and Type Field Description private EDirectoryAccountState.ErrorEDirectoryAccountState. edErroredirectory specific enum.Methods in org.ldaptive.auth.ext that return EDirectoryAccountState.Error Modifier and Type Method Description EDirectoryAccountState.ErrorEDirectoryAccountState. getEDirectoryError()Returns the edirectory error for this account state.static EDirectoryAccountState.ErrorEDirectoryAccountState.Error. parse(String message)Parses the supplied error messages and returns the corresponding error enum.static EDirectoryAccountState.ErrorEDirectoryAccountState.Error. valueOf(int code)Returns the error for the supplied integer constant.static EDirectoryAccountState.ErrorEDirectoryAccountState.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.Constructors in org.ldaptive.auth.ext with parameters of type EDirectoryAccountState.Error Constructor Description EDirectoryAccountState(EDirectoryAccountState.Error error)Creates a new edirectory account state.
-