Uses of Interface
org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponse

Packages that use PasswordPolicyResponse
org.apache.directory.api.ldap.extras.controls.ppolicy   
 

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
 class PasswordPolicyResponseImpl
          A PasswordPolicyResponse.
 

Methods in org.apache.directory.api.ldap.extras.controls.ppolicy that return PasswordPolicyResponse
 PasswordPolicyResponse PasswordPolicyImpl.getResponse()
          Get's the response component of this control if this control carries a response.
 PasswordPolicyResponse PasswordPolicy.getResponse()
          Get's the response component of this control if this control carries a response.
 PasswordPolicyResponse PasswordPolicyImpl.setResponse(boolean hasResponse)
          If true sets the response to a default newly initialized response object.
 PasswordPolicyResponse PasswordPolicy.setResponse(boolean hasResponse)
          If true sets the response to a default newly initialized response object.
 

Methods in org.apache.directory.api.ldap.extras.controls.ppolicy with parameters of type PasswordPolicyResponse
 void PasswordPolicyImpl.setResponse(PasswordPolicyResponse response)
          Sets the response.
 void PasswordPolicy.setResponse(PasswordPolicyResponse response)
          Sets the response.
 

Constructors in org.apache.directory.api.ldap.extras.controls.ppolicy with parameters of type PasswordPolicyResponse
PasswordPolicyImpl(PasswordPolicyResponse response)
          Creates a new instance of PasswordPolicy response Control with response information packaged into the control.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.