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

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

public static final class AddLdapRealm.IdentityMapping
extends Object


Method Summary
 List<AddLdapRealm.AttributeMapping> getAttributeMappings()
           
 String getFilterName()
           
 String getIteratorFilter()
           
 List<AddLdapRealm.NewIdentityAttributes> getNewIdentityAttributes()
           
 String getNewIdentityParentDn()
           
 AddLdapRealm.OtpCredentialMapper getOtpCredentialMapper()
           
 String getRdnIdentifier()
           
 String getSearchBaseDn()
           
 Boolean getUseRecursiveSearch()
           
 AddLdapRealm.UserPasswordMapper getUserPasswordMapper()
           
 AddLdapRealm.X509CredentialMapper getX509CredentialMapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRdnIdentifier

public String getRdnIdentifier()

getSearchBaseDn

public String getSearchBaseDn()

getUseRecursiveSearch

public Boolean getUseRecursiveSearch()

getFilterName

public String getFilterName()

getIteratorFilter

public String getIteratorFilter()

getNewIdentityParentDn

public String getNewIdentityParentDn()

getAttributeMappings

public List<AddLdapRealm.AttributeMapping> getAttributeMappings()

getUserPasswordMapper

public AddLdapRealm.UserPasswordMapper getUserPasswordMapper()

getOtpCredentialMapper

public AddLdapRealm.OtpCredentialMapper getOtpCredentialMapper()

getX509CredentialMapper

public AddLdapRealm.X509CredentialMapper getX509CredentialMapper()

getNewIdentityAttributes

public List<AddLdapRealm.NewIdentityAttributes> getNewIdentityAttributes()


Copyright © 2020. All rights reserved.