Uses of Interface
org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponse
-
-
Uses of PasswordPolicyResponse in org.apache.directory.api.ldap.extras.controls.ppolicy
Classes in org.apache.directory.api.ldap.extras.controls.ppolicy that implement PasswordPolicyResponse Modifier and Type Class Description classPasswordPolicyResponseImplA PasswordPolicyResponse. -
Uses of PasswordPolicyResponse in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
Methods in org.apache.directory.api.ldap.extras.controls.ppolicy_impl that return PasswordPolicyResponse Modifier and Type Method Description PasswordPolicyResponsePasswordPolicyResponseContainer. getPasswordPolicyResponse()PasswordPolicyResponsePasswordPolicyResponseFactory. newControl()Creates and returns a version of the Control. -
Uses of PasswordPolicyResponse in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template with parameters of type PasswordPolicyResponse Modifier and Type Method Description protected PasswordExceptionAbstractPasswordPolicyResponder. fail(ResultResponse resultResponse, PasswordPolicyResponse passwordPolicyResponse, ResultCodeEnum resultCode)Returns an exception to be thrown in the case of a non SUCCESSresultCode.(package private) static PasswordWarningPasswordWarningImpl. newWarning(PasswordPolicyResponse response)protected PasswordWarningAbstractPasswordPolicyResponder. success(PasswordPolicyResponse passwordPolicyResponse)Returns aPasswordWarning, ornullif no warnings were present in the suppliedpasswordPolicy.
-