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 aSecurityRealmimplementation 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.IdentityMappingLdapSecurityRealm. identityMappingprivate LdapSecurityRealm.IdentityMappingLdapSecurityRealmBuilder. identityMappingMethods in org.wildfly.security.auth.realm.ldap with parameters of type LdapSecurityRealm.IdentityMapping Modifier and Type Method Description (package private) LdapSecurityRealmBuilderLdapSecurityRealmBuilder. 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)
-