Uses of Enum Class
org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
Packages that use ActiveDirectoryAccountState.Error
-
Uses of ActiveDirectoryAccountState.Error in org.ldaptive.auth.ext
Fields in org.ldaptive.auth.ext declared as ActiveDirectoryAccountState.ErrorModifier and TypeFieldDescriptionprivate final ActiveDirectoryAccountState.Error
ActiveDirectoryAccountState.adError
active directory specific enum.Methods in org.ldaptive.auth.ext that return ActiveDirectoryAccountState.ErrorModifier and TypeMethodDescriptionActiveDirectoryAccountState.getActiveDirectoryError()
Returns the active directory error for this account state.Parses the supplied error messages and returns the corresponding error enum.ActiveDirectoryAccountState.Error.valueOf
(int code) Returns the error for the supplied integer constant.Returns the enum constant of this class with the specified name.static ActiveDirectoryAccountState.Error[]
ActiveDirectoryAccountState.Error.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ldaptive.auth.ext with parameters of type ActiveDirectoryAccountState.ErrorModifierConstructorDescriptionCreates a new active directory account state.