Uses of Class
org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.IdentityMappingBuilder
Packages that use LdapSecurityRealmBuilder.IdentityMappingBuilder
Package
Description
Classes related to a
SecurityRealm implementation capable of integrating with
LDAP servers.-
Uses of LdapSecurityRealmBuilder.IdentityMappingBuilder in org.wildfly.security.auth.realm.ldap
Methods in org.wildfly.security.auth.realm.ldap that return LdapSecurityRealmBuilder.IdentityMappingBuilderModifier and TypeMethodDescriptionLdapSecurityRealmBuilder.identityMapping()LdapSecurityRealmBuilder.IdentityMappingBuilder.map(AttributeMapping... attributes) Define an attribute mapping configuration.LdapSecurityRealmBuilder.IdentityMappingBuilder.searchRecursive()Indicate if queries are searchRecursive, searching the entire subtree rooted at the name specified insetSearchDn(String).LdapSecurityRealmBuilder.IdentityMappingBuilder.setFilterName(String filterName) LdapSecurityRealmBuilder.IdentityMappingBuilder.setIteratorFilter(String iteratorFilter) LdapSecurityRealmBuilder.IdentityMappingBuilder.setNewIdentityAttributes(Attributes newIdentityAttributes) LdapSecurityRealmBuilder.IdentityMappingBuilder.setNewIdentityParent(LdapName newIdentityParent) LdapSecurityRealmBuilder.IdentityMappingBuilder.setRdnIdentifier(String nameAttribute) Set the name of the attribute in LDAP that holds the user name and will appear in path of new entries.LdapSecurityRealmBuilder.IdentityMappingBuilder.setSearchDn(String searchDn) Set the name of the context to be used when executing queries.LdapSecurityRealmBuilder.IdentityMappingBuilder.setSearchTimeLimit(int limit) Sets the time limit of LDAP search in milliseconds.