Package | Description |
---|---|
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 |
---|---|
void |
LdifParser.setRecordSpecification(Specification<LdapAttributes> specification)
Policy object for enforcing rules to acceptable LDAP objects.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSchemaSpecification
BasicSchemaSpecification establishes a minimal set of requirements for object classes.
|
class |
DefaultSchemaSpecification
DefaultSchemaSpecification does not validate objects at all - it simply returns true.
|
Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.