Uses of Class
org.wildfly.security.auth.realm.ldap.AttributeMapping.Builder
Packages that use AttributeMapping.Builder
Package
Description
Classes related to a
SecurityRealm implementation capable of integrating with
LDAP servers.-
Uses of AttributeMapping.Builder in org.wildfly.security.auth.realm.ldap
Methods in org.wildfly.security.auth.realm.ldap that return AttributeMapping.BuilderModifier and TypeMethodDescriptionAttributeMapping.Builder.extractRdn(String rdn) Set type of RDN, whose value will be used as identity attribute value.Set name of the attribute in LDAP from where the values are obtained.static AttributeMapping.BuilderAttributeMapping.fromFilter(String filter) Create an attribute mapping based on the results of the givenfilter.static AttributeMapping.BuilderAttributeMapping.fromIdentity()Create an attribute mapping using LDAP entry of identity itself.static AttributeMapping.BuilderAttributeMapping.fromReference(String reference) Create an attribute mapping using LDAP entry referenced by attribute of identity entry.AttributeMapping.Builder.roleRecursion(int roleRecursionDepth) Set recursive search of filtered attribute (for recursive roles assignment and similar)AttributeMapping.Builder.roleRecursionName(String roleRecursionName) Set name of the attribute in LDAP from where are {0} in role recursion obtained.Set search DN of LDAP search for attribute entries.AttributeMapping.Builder.searchRecursively(boolean recursiveSearch) Set whether LDAP search for attribute entries should be recursive.Set name of identity attribute to which will be mapping done.