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