Uses of Interface
org.apache.directory.ldap.client.template.PasswordPolicyOperation
-
Packages that use PasswordPolicyOperation Package Description org.apache.directory.ldap.client.template -
-
Uses of PasswordPolicyOperation in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template with parameters of type PasswordPolicyOperation Modifier and Type Method Description PasswordWarningAbstractPasswordPolicyResponder. process(PasswordPolicyOperation operation)Execute theoperationand translate the outcome as follows: SUCCESS: return null WARNING: returnPasswordWarningFAILURE: throwPasswordExceptionPasswordWarningPasswordPolicyResponder. process(PasswordPolicyOperation operation)Execute theoperationand translate the outcome as follows: SUCCESS: return null WARNING: returnPasswordWarningFAILURE: throwPasswordException
-