Spring LDAP Framework

Uses of Interface
org.springframework.ldap.ldif.support.AttributeValidationPolicy

Packages that use AttributeValidationPolicy
org.springframework.ldap.ldif.parser This package contains the parser classes and interfaces. 
org.springframework.ldap.ldif.support Provides the necessary auxiliary classes utilized by the LDIFParser. 
 

Uses of AttributeValidationPolicy in org.springframework.ldap.ldif.parser
 

Methods in org.springframework.ldap.ldif.parser with parameters of type AttributeValidationPolicy
 void LdifParser.setAttributeValidationPolicy(AttributeValidationPolicy avPolicy)
          Policy object enforcing the rules for acceptable attributes.
 

Uses of AttributeValidationPolicy in org.springframework.ldap.ldif.support
 

Classes in org.springframework.ldap.ldif.support that implement AttributeValidationPolicy
 class DefaultAttributeValidationPolicy
          Ensures the buffer represents a valid attribute as defined by RFC2849.
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.