org.wildfly.extras.creaper.commands.elytron.realm
Class AddLdapRealm.IdentityMappingBuilder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.elytron.realm.AddLdapRealm.IdentityMappingBuilder
Enclosing class:
AddLdapRealm

public static final class AddLdapRealm.IdentityMappingBuilder
extends Object


Constructor Summary
AddLdapRealm.IdentityMappingBuilder()
           
 
Method Summary
 AddLdapRealm.IdentityMappingBuilder addAttributeMappings(AddLdapRealm.AttributeMapping... attributeMappings)
           
 AddLdapRealm.IdentityMappingBuilder addNewIdentityAttributes(AddLdapRealm.NewIdentityAttributes... newIdentityAttributes)
           
 AddLdapRealm.IdentityMapping build()
           
 AddLdapRealm.IdentityMappingBuilder filterName(String filterName)
           
 AddLdapRealm.IdentityMappingBuilder iteratorFilter(String iteratorFilter)
           
 AddLdapRealm.IdentityMappingBuilder newIdentityParentDn(String newIdentityParentDn)
           
 AddLdapRealm.IdentityMappingBuilder otpCredentialMapper(AddLdapRealm.OtpCredentialMapper otpCredentialMapper)
           
 AddLdapRealm.IdentityMappingBuilder rdnIdentifier(String rdnIdentifier)
           
 AddLdapRealm.IdentityMappingBuilder searchBaseDn(String searchBaseDn)
           
 AddLdapRealm.IdentityMappingBuilder useRecursiveSearch(Boolean useRecursiveSearch)
           
 AddLdapRealm.IdentityMappingBuilder userPasswordMapper(AddLdapRealm.UserPasswordMapper userPasswordMapper)
           
 AddLdapRealm.IdentityMappingBuilder x509CredentialMapper(AddLdapRealm.X509CredentialMapper x509CredentialMapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddLdapRealm.IdentityMappingBuilder

public AddLdapRealm.IdentityMappingBuilder()
Method Detail

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.