Uses of Class
org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum
-
Packages that use PasswordPolicyErrorEnum Package Description org.apache.directory.api.ldap.extras.controls.ppolicy org.apache.directory.ldap.client.template.exception -
-
Uses of PasswordPolicyErrorEnum in org.apache.directory.api.ldap.extras.controls.ppolicy
Methods in org.apache.directory.api.ldap.extras.controls.ppolicy that return PasswordPolicyErrorEnum Modifier and Type Method Description static PasswordPolicyErrorEnumPasswordPolicyErrorEnum. get(int val)Get the PasswordPolicyErrorEnum gien its numeric valuePasswordPolicyErrorEnumPasswordPolicyResponse. getPasswordPolicyError()Returns the password policy error.PasswordPolicyErrorEnumPasswordPolicyResponseImpl. getPasswordPolicyError()Returns the password policy error.static PasswordPolicyErrorEnumPasswordPolicyErrorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PasswordPolicyErrorEnum[]PasswordPolicyErrorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.ldap.extras.controls.ppolicy with parameters of type PasswordPolicyErrorEnum Modifier and Type Method Description voidPasswordPolicyResponse. setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)Sets the PasswordPolicy error.voidPasswordPolicyResponseImpl. setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)Sets the PasswordPolicy error. -
Uses of PasswordPolicyErrorEnum in org.apache.directory.ldap.client.template.exception
Methods in org.apache.directory.ldap.client.template.exception that return PasswordPolicyErrorEnum Modifier and Type Method Description PasswordPolicyErrorEnumPasswordException. getPasswordPolicyError()Returns the password policy error code if present, otherwise null.Methods in org.apache.directory.ldap.client.template.exception with parameters of type PasswordPolicyErrorEnum Modifier and Type Method Description PasswordExceptionPasswordException. setPasswordPolicyError(PasswordPolicyErrorEnum passwordPolicyError)Set the Password Policy error
-