Interface PasswordPolicyOperation
-
public interface PasswordPolicyOperationAn callback for processing requests whose success/failure imply some sort of password policy information.- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultResponseprocess()Execute operations whose results imply somme sort of password policy information.
-
-
-
Method Detail
-
process
ResultResponse process() throws PasswordException, LdapException
Execute operations whose results imply somme sort of password policy information.- Returns:
- The final response of the operation
- Throws:
PasswordException- If there was a failure for a password policy reasonLdapException- If there was an general ldap failure
-
-