Class LdapRealm.IdentityMappingBuilder
java.lang.Object
org.wildfly.test.security.common.elytron.LdapRealm.IdentityMappingBuilder
- Enclosing class:
- LdapRealm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAttributeMappings(LdapRealm.AttributeMapping... attributeMappings) withFilterName(String filterName) withIteratorFilter(String iteratorFilter) withNewIdentityAttributes(LdapRealm.NewIdentityAttributes... newIdentityAttributes) withNewIdentityParentDn(String newIdentityParentDn) withOtpCredentialMapper(LdapRealm.OtpCredentialMapper otpCredentialMapper) withRdnIdentifier(String rdnIdentifier) withSearchBaseDn(String searchBaseDn) withUseRecursiveSearch(Boolean useRecursiveSearch) withUserPasswordMapper(LdapRealm.UserPasswordMapper userPasswordMapper) withX509CredentialMapper(LdapRealm.X509CredentialMapper x509CredentialMapper)
-
Constructor Details
-
IdentityMappingBuilder
public IdentityMappingBuilder()
-
-
Method Details
-
withRdnIdentifier
-
withSearchBaseDn
-
withUseRecursiveSearch
-
withFilterName
-
withIteratorFilter
-
withNewIdentityParentDn
-
withAttributeMappings
public LdapRealm.IdentityMappingBuilder withAttributeMappings(LdapRealm.AttributeMapping... attributeMappings) -
withUserPasswordMapper
public LdapRealm.IdentityMappingBuilder withUserPasswordMapper(LdapRealm.UserPasswordMapper userPasswordMapper) -
withOtpCredentialMapper
public LdapRealm.IdentityMappingBuilder withOtpCredentialMapper(LdapRealm.OtpCredentialMapper otpCredentialMapper) -
withX509CredentialMapper
public LdapRealm.IdentityMappingBuilder withX509CredentialMapper(LdapRealm.X509CredentialMapper x509CredentialMapper) -
withNewIdentityAttributes
public LdapRealm.IdentityMappingBuilder withNewIdentityAttributes(LdapRealm.NewIdentityAttributes... newIdentityAttributes) -
build
-