Package | Description |
---|---|
org.picketlink.idm.config |
Modifier and Type | Method and Description |
---|---|
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.attribute(String propertyName,
String ldapAttributeName)
Maps a type property to a specific LDAP attribute.
|
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.attribute(String propertyName,
String ldapAttributeName,
boolean identifier)
Maps a type property to a specific LDAP attribute and mark it as an identifier.
|
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.baseDN(String baseDN)
<>Sets the base DN for this type.>
|
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.bindingAttribute(String propertyName,
String ldapAttributeName)
Maps a type property to a specific LDAP attribute.
|
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.forMapping(Class<? extends AttributedType> attributedType)
Associates the given type to a mapped type.
|
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.hierarchySearchDepth(int hierarchySearchDepth)
Sets the the search depth level when retrieving the hierarchy (usually the parents) for a type.
|
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.mapping(Class<? extends AttributedType> attributedType)
Maps a specific
AttributedType . |
LDAPMappingConfigurationBuilder |
LDAPStoreConfigurationBuilder.mapping(Class<? extends AttributedType> attributedType)
Maps a specific
AttributedType . |
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.objectClasses(String... objectClasses)
Defines the object classes for this type.
|
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.parentMapping(String parentId,
String baseDN)
Defines a alternative Base DN in the cases when this type is a child of a parent entry with the given
identifier.
|
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.parentMembershipAttributeName(String parentMembershipAttributeName)
Defines the LDAP attribute name used to create parent-child relationships.
|
LDAPMappingConfigurationBuilder |
LDAPMappingConfigurationBuilder.readOnlyAttribute(String propertyName,
String ldapAttributeName)
Maps a type property to a specific read-only LDAP attribute.
|
Copyright © 2016. All rights reserved.