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 aSecurityRealmimplementation 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. attributesprivate List<AttributeMapping>LdapSecurityRealmBuilder.IdentityMappingBuilder. attributesMethods in org.wildfly.security.auth.realm.ldap that return AttributeMapping Modifier and Type Method Description AttributeMappingAttributeMapping.Builder. build()Methods in org.wildfly.security.auth.realm.ldap with parameters of type AttributeMapping Modifier and Type Method Description private voidLdapSecurityRealm.LdapRealmIdentity. extractFilteredAttributesFromSearch(LdapSecurityRealm.LdapSearch search, SearchResult referencedEntry, AttributeMapping mapping, DirContext context, DirContext identityContext, Collection<String> identityAttributeValues, Collection<SearchResult> toSearchInNextLevel)private StringLdapSecurityRealm.LdapRealmIdentity. extractRdn(AttributeMapping mapping, String dn)LdapSecurityRealmBuilder.IdentityMappingBuilderLdapSecurityRealmBuilder.IdentityMappingBuilder. map(AttributeMapping... attributes)Define an attribute mapping configuration.private booleanLdapSecurityRealm.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)
-