Class LDAPAuthModuleConf

java.lang.Object
org.apache.syncope.common.lib.AbstractLDAPConf
org.apache.syncope.common.lib.auth.LDAPAuthModuleConf
All Implemented Interfaces:
Serializable, AuthModuleConf, BaseBean

public class LDAPAuthModuleConf extends AbstractLDAPConf implements AuthModuleConf
See Also:
  • Constructor Details

    • LDAPAuthModuleConf

      public LDAPAuthModuleConf()
  • Method Details

    • getAuthenticationType

      public LDAPAuthModuleConf.AuthenticationType getAuthenticationType()
    • setAuthenticationType

      public void setAuthenticationType(LDAPAuthModuleConf.AuthenticationType authenticationType)
    • getDnFormat

      public String getDnFormat()
    • setDnFormat

      public void setDnFormat(String dnFormat)
    • isEnhanceWithEntryResolver

      public boolean isEnhanceWithEntryResolver()
    • setEnhanceWithEntryResolver

      public void setEnhanceWithEntryResolver(boolean enhanceWithEntryResolver)
    • getDerefAliases

      public LDAPAuthModuleConf.DerefAliasesType getDerefAliases()
    • setDerefAliases

      public void setDerefAliases(LDAPAuthModuleConf.DerefAliasesType derefAliases)
    • getResolveFromAttribute

      public String getResolveFromAttribute()
    • setResolveFromAttribute

      public void setResolveFromAttribute(String resolveFromAttribute)
    • getPrincipalAttributeId

      public String getPrincipalAttributeId()
    • setPrincipalAttributeId

      public void setPrincipalAttributeId(String principalAttributeId)
    • getPrincipalDnAttributeName

      public String getPrincipalDnAttributeName()
    • setPrincipalDnAttributeName

      public void setPrincipalDnAttributeName(String principalDnAttributeName)
    • getAdditionalAttributes

      public List<String> getAdditionalAttributes()
    • isAllowMultiplePrincipalAttributeValues

      public boolean isAllowMultiplePrincipalAttributeValues()
    • setAllowMultiplePrincipalAttributeValues

      public void setAllowMultiplePrincipalAttributeValues(boolean allowMultiplePrincipalAttributeValues)
    • isAllowMissingPrincipalAttributeValue

      public boolean isAllowMissingPrincipalAttributeValue()
    • setAllowMissingPrincipalAttributeValue

      public void setAllowMissingPrincipalAttributeValue(boolean allowMissingPrincipalAttributeValue)
    • isCollectDnAttribute

      public boolean isCollectDnAttribute()
    • setCollectDnAttribute

      public void setCollectDnAttribute(boolean collectDnAttribute)
    • getCredentialCriteria

      public String getCredentialCriteria()
    • setCredentialCriteria

      public void setCredentialCriteria(String credentialCriteria)
    • map

      public Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
      Specified by:
      map in interface AuthModuleConf