Spring LDAP Framework

Uses of Class
org.springframework.ldap.core.LdapAttributes

Packages that use LdapAttributes
org.springframework.ldap.ldif.batch This package contains the classes required for using the LdifParser with the Spring Batch framework. 
org.springframework.ldap.ldif.parser This package contains the parser classes and interfaces. 
org.springframework.ldap.schema This package is aimed at providing a mechanism to implement LDAP schemas. 
 

Uses of LdapAttributes in org.springframework.ldap.ldif.batch
 

Methods in org.springframework.ldap.ldif.batch that return LdapAttributes
protected  LdapAttributes LdifReader.doRead()
           
 

Methods in org.springframework.ldap.ldif.batch with parameters of type LdapAttributes
 String LdifAggregator.aggregate(LdapAttributes item)
          Returns a String containing a properly formated LDIF.
 void RecordCallbackHandler.handleRecord(LdapAttributes attributes)
          Execute operations on the supplied record.
 T RecordMapper.mapRecord(LdapAttributes attributes)
          Maps an LdapAttributes object to the specified type.
 

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

Methods in org.springframework.ldap.ldif.parser that return LdapAttributes
 LdapAttributes LdifParser.getRecord()
           
 

Method parameters in org.springframework.ldap.ldif.parser with type arguments of type LdapAttributes
 void LdifParser.setRecordSpecification(Specification<LdapAttributes> specification)
          Policy object for enforcing rules to acceptable LDAP objects.
 

Uses of LdapAttributes in org.springframework.ldap.schema
 

Methods in org.springframework.ldap.schema with parameters of type LdapAttributes
 boolean DefaultSchemaSpecification.isSatisfiedBy(LdapAttributes record)
          Determines if the policy is satisfied by the supplied LdapAttributes object.
 boolean BasicSchemaSpecification.isSatisfiedBy(LdapAttributes record)
          Determines if the policy is satisfied by the supplied LdapAttributes object.
 


Spring LDAP Framework

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