Uses of Class
org.wildfly.security.auth.realm.ldap.AttributeMapping
-
Packages that use AttributeMapping Package Description org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealm
implementation capable of integrating with LDAP servers. -
-
Uses of AttributeMapping in org.wildfly.security.auth.realm.ldap
Fields in org.wildfly.security.auth.realm.ldap with type parameters of type AttributeMapping Modifier and Type Field Description private List<AttributeMapping>
LdapSecurityRealm.IdentityMapping. attributes
private List<AttributeMapping>
LdapSecurityRealmBuilder.IdentityMappingBuilder. attributes
Methods in org.wildfly.security.auth.realm.ldap that return AttributeMapping Modifier and Type Method Description AttributeMapping
AttributeMapping.Builder. build()
Methods in org.wildfly.security.auth.realm.ldap with parameters of type AttributeMapping Modifier and Type Method Description private void
LdapSecurityRealm.LdapRealmIdentity. extractFilteredAttributesFromSearch(LdapSecurityRealm.LdapSearch search, SearchResult referencedEntry, AttributeMapping mapping, DirContext context, DirContext identityContext, Collection<String> identityAttributeValues, Collection<SearchResult> toSearchInNextLevel)
private String
LdapSecurityRealm.LdapRealmIdentity. extractRdn(AttributeMapping mapping, String dn)
LdapSecurityRealmBuilder.IdentityMappingBuilder
LdapSecurityRealmBuilder.IdentityMappingBuilder. map(AttributeMapping... attributes)
Define an attribute mapping configuration.private boolean
LdapSecurityRealm.LdapRealmIdentity. valuesFromAttribute(SearchResult entry, AttributeMapping mapping, Collection<String> outputCollection)
Obtains attribute value by mapping from given entry and put it into given collection.Method parameters in org.wildfly.security.auth.realm.ldap with type arguments of type AttributeMapping Modifier and Type Method Description private Map<String,Collection<String>>
LdapSecurityRealm.LdapRealmIdentity. extractAttributes(Predicate<AttributeMapping> filter, Function<AttributeMapping,Collection<String>> valueFunction)
private Map<String,Collection<String>>
LdapSecurityRealm.LdapRealmIdentity. extractAttributes(Predicate<AttributeMapping> filter, Function<AttributeMapping,Collection<String>> valueFunction)
Constructor parameters in org.wildfly.security.auth.realm.ldap with type arguments of type AttributeMapping Constructor Description IdentityMapping(String searchDn, boolean searchRecursive, int searchTimeLimit, String rdnIdentifier, List<AttributeMapping> attributes, LdapName newIdentityParent, Attributes newIdentityAttributes, String filterName, String iteratorFilter)
-