| Class | Description |
|---|---|
| AbstractMappingStrategy |
Basic class for all mapping strategies.
|
| CalendarToGeneralizedTimeStringConverter |
Class to handle the conversion between java.util.Calendar and the generalized time syntax as described in RFC 4517.
|
| DateToGeneralizedTimeStringConverter |
Class to handle the conversion between java.util.Date and the generalized time syntax as described in RFC 4517.
|
| EmbeddedMappingStrategy |
Mapping strategy for embedded objects.
|
| FetchFieldManager |
FieldManager for retrieving field values from LDAP results.
|
| GeneralizedTime |
Converts between
Calendar and LDAP generalized time syntax as defined in
RFC 4517 section 3.3.13. |
| MappingStrategyHelper |
Helper for selecting and obtaining the mapping strategy for a member.
|
| RelationByAttributeMetaData |
Helper class for relationship mapping by attribute.
|
| RelationByAttributeStrategy |
Mapping strategy for relationship mapping by attribute.
|
| RelationByDnMetaData |
Helper class for relationship mapping by DN.
|
| RelationByDnStrategy |
Mapping strategy for relationship mapping by DN.
|
| RelationByHierarchyStrategy |
Mapping strategy for hierarchical mapping of relationships.
|
| SimpleArrayMappingStrategy |
Mapping strategy for arrays of simple types like primitives, Strings, wrappers of primitives, and objects with an
ObjectStringConverter.
|
| SimpleCollectionMappingStrategy | |
| SimpleContainerHelper |
Methods to assist in the conversion between a container(collection/array) field (of non-persistable object) and an Attribute, and vice-versa.
|
| SimpleMappingStrategy |
Mapping strategy for simple types like primitives, Strings, wrappers of primitives, and objects with an
ObjectStringConverter.
|
| StoreFieldManager |
FieldManager for inserting data into LDAP.
|
| Enum | Description |
|---|---|
| GeneralizedTime.Format | |
| GeneralizedTime.FractionDelimiter | |
| GeneralizedTime.TimeZoneFormat |
Copyright © 2016. All rights reserved.