Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected LdapAttributes |
LdifReader.doRead() |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
LdapAttributes |
LdifParser.getRecord() |
Modifier and Type | Method and Description |
---|---|
void |
LdifParser.setRecordSpecification(Specification<LdapAttributes> specification)
Policy object for enforcing rules to acceptable LDAP objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BasicSchemaSpecification.isSatisfiedBy(LdapAttributes record)
Determines if the policy is satisfied by the supplied LdapAttributes object.
|
boolean |
DefaultSchemaSpecification.isSatisfiedBy(LdapAttributes record)
Determines if the policy is satisfied by the supplied LdapAttributes object.
|
Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.