Uses of Class
org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum

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

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
static PasswordPolicyErrorEnum PasswordPolicyErrorEnum.get(int val)
           
 PasswordPolicyErrorEnum PasswordPolicyResponseImpl.getPasswordPolicyError()
          
 PasswordPolicyErrorEnum PasswordPolicyResponse.getPasswordPolicyError()
           
static PasswordPolicyErrorEnum PasswordPolicyErrorEnum.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
 void PasswordPolicyResponseImpl.setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)
          Sets the PasswordPolicy error number
 void PasswordPolicyResponse.setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)
          Sets the PasswordPolicy error number
 



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