public abstract static class LdapProfile.Wrapper extends Object
Modifier | Constructor and Description |
---|---|
protected |
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 specifiedset relation,
|
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 associated with a relation.
|
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-2018 ForgeRock AS.