Uses of Class
org.wildfly.security.auth.realm.ldap.LdapSecurityRealm.IdentityMapping
-
Packages that use LdapSecurityRealm.IdentityMapping Package Description org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealm
implementation capable of integrating with LDAP servers. -
-
Uses of LdapSecurityRealm.IdentityMapping in org.wildfly.security.auth.realm.ldap
Fields in org.wildfly.security.auth.realm.ldap declared as LdapSecurityRealm.IdentityMapping Modifier and Type Field Description private LdapSecurityRealm.IdentityMapping
LdapSecurityRealm. identityMapping
private LdapSecurityRealm.IdentityMapping
LdapSecurityRealmBuilder. identityMapping
Methods in org.wildfly.security.auth.realm.ldap with parameters of type LdapSecurityRealm.IdentityMapping Modifier and Type Method Description (package private) LdapSecurityRealmBuilder
LdapSecurityRealmBuilder. setIdentityMapping(LdapSecurityRealm.IdentityMapping principalMapping)
Add a principal mapping to this builder.Constructors in org.wildfly.security.auth.realm.ldap with parameters of type LdapSecurityRealm.IdentityMapping Constructor Description LdapSecurityRealm(Supplier<Provider[]> providers, org.wildfly.common.function.ExceptionSupplier<DirContext,NamingException> dirContextSupplier, NameRewriter nameRewriter, LdapSecurityRealm.IdentityMapping identityMapping, List<CredentialLoader> credentialLoaders, List<CredentialPersister> credentialPersisters, List<EvidenceVerifier> evidenceVerifiers, int pageSize, Charset hashCharset, Encoding hashEncoding)
-