AttributeMapping.Builder |
AttributeMapping.Builder.extractRdn(String rdn) |
Set type of RDN, whose value will be used as identity attribute value.
|
AttributeMapping.Builder |
AttributeMapping.Builder.from(String ldapName) |
Set name of the attribute in LDAP from where the values are obtained.
|
static AttributeMapping.Builder |
AttributeMapping.fromFilter(String filter) |
Create an attribute mapping based on the results of the given filter .
|
static AttributeMapping.Builder |
AttributeMapping.fromIdentity() |
Create an attribute mapping using LDAP entry of identity itself.
|
static AttributeMapping.Builder |
AttributeMapping.fromReference(String reference) |
Create an attribute mapping using LDAP entry referenced by attribute of identity entry.
|
AttributeMapping.Builder |
AttributeMapping.Builder.roleRecursion(int roleRecursionDepth) |
Set recursive search of filtered attribute (for recursive roles assignment and similar)
|
AttributeMapping.Builder |
AttributeMapping.Builder.roleRecursionName(String roleRecursionName) |
Set name of the attribute in LDAP from where are {0} in role recursion obtained.
|
AttributeMapping.Builder |
AttributeMapping.Builder.searchDn(String searchDn) |
Set search DN of LDAP search for attribute entries.
|
AttributeMapping.Builder |
AttributeMapping.Builder.searchRecursively(boolean recursiveSearch) |
Set whether LDAP search for attribute entries should be recursive.
|
AttributeMapping.Builder |
AttributeMapping.Builder.to(String name) |
Set name of identity attribute to which will be mapping done.
|