org.wildfly.extras.creaper.commands.elytron.realm
Class AddLdapRealm.IdentityMappingBuilder
java.lang.Object
org.wildfly.extras.creaper.commands.elytron.realm.AddLdapRealm.IdentityMappingBuilder
- Enclosing class:
- AddLdapRealm
public static final class AddLdapRealm.IdentityMappingBuilder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddLdapRealm.IdentityMappingBuilder
public AddLdapRealm.IdentityMappingBuilder()
rdnIdentifier
public AddLdapRealm.IdentityMappingBuilder rdnIdentifier(String rdnIdentifier)
searchBaseDn
public AddLdapRealm.IdentityMappingBuilder searchBaseDn(String searchBaseDn)
useRecursiveSearch
public AddLdapRealm.IdentityMappingBuilder useRecursiveSearch(Boolean useRecursiveSearch)
filterName
public AddLdapRealm.IdentityMappingBuilder filterName(String filterName)
iteratorFilter
public AddLdapRealm.IdentityMappingBuilder iteratorFilter(String iteratorFilter)
newIdentityParentDn
public AddLdapRealm.IdentityMappingBuilder newIdentityParentDn(String newIdentityParentDn)
addAttributeMappings
public AddLdapRealm.IdentityMappingBuilder addAttributeMappings(AddLdapRealm.AttributeMapping... attributeMappings)
userPasswordMapper
public AddLdapRealm.IdentityMappingBuilder userPasswordMapper(AddLdapRealm.UserPasswordMapper userPasswordMapper)
otpCredentialMapper
public AddLdapRealm.IdentityMappingBuilder otpCredentialMapper(AddLdapRealm.OtpCredentialMapper otpCredentialMapper)
x509CredentialMapper
public AddLdapRealm.IdentityMappingBuilder x509CredentialMapper(AddLdapRealm.X509CredentialMapper x509CredentialMapper)
addNewIdentityAttributes
public AddLdapRealm.IdentityMappingBuilder addNewIdentityAttributes(AddLdapRealm.NewIdentityAttributes... newIdentityAttributes)
build
public AddLdapRealm.IdentityMapping build()
Copyright © 2020. All rights reserved.