public abstract static class LDAPProfile.Wrapper extends Object
Modifier | Constructor and Description |
---|---|
protected |
LDAPProfile.Wrapper()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName(AbstractManagedObjectDefinition<?,?> d,
PropertyDefinition<?> pd)
Get the name of the LDAP attribute associated with the
specified property definition.
|
String |
getObjectClass(AbstractManagedObjectDefinition<?,?> d)
Get the principle object class associated with the specified
definition.
|
String |
getRelationChildRDNType(InstantiableRelationDefinition<?,?> r)
Gets the LDAP RDN attribute type for child entries of an
instantiable relation.
|
String |
getRelationChildRDNType(SetRelationDefinition<?,?> r)
Gets the LDAP RDN attribute type for child entries of an set
relation.
|
String |
getRelationRDNSequence(RelationDefinition<?,?> r)
Get an LDAP RDN sequence associatied with a relation.
|
protected LDAPProfile.Wrapper()
public String getAttributeName(AbstractManagedObjectDefinition<?,?> d, PropertyDefinition<?> pd)
The default implementation of this method is to return
null
.
d
- The managed object definition.pd
- The property definition.null
if the property definition is not handled by this LDAP
profile wrapper.public String getRelationChildRDNType(InstantiableRelationDefinition<?,?> r)
The default implementation of this method is to return
null
.
r
- The instantiable relation.null
if
the instantiable relation is not handled by this LDAP
profile wrapper.public String getRelationChildRDNType(SetRelationDefinition<?,?> r)
The default implementation of this method is to return
null
.
r
- The set relation.null
if the set relation
is not handled by this LDAP profile wrapper.public String getObjectClass(AbstractManagedObjectDefinition<?,?> d)
The default implementation of this method is to return
null
.
d
- The managed object definition.null
if the
managed object definition is not handled by this LDAP
profile wrapper.public String getRelationRDNSequence(RelationDefinition<?,?> r)
The default implementation of this method is to return
null
.
r
- The relation.null
if the relation is not
handled by this LDAP profile wrapper.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.