Class LdapAuthenticationProperties

java.lang.Object
org.pac4j.config.ldaptive.AbstractLdapProperties
org.pac4j.config.ldaptive.LdapAuthenticationProperties

public class LdapAuthenticationProperties extends AbstractLdapProperties
Copy/pasted from CAS server v5.0.4. Removed: passwordPolicy, principalTransformation, passwordEncoder, principalAttributeId, principalAttributeList, allowMultiplePrincipalAttributeValues, allowMultiplePrincipalAttributeValues, credentialCriteria
  • Constructor Details

    • LdapAuthenticationProperties

      public LdapAuthenticationProperties()
  • Method Details

    • isEnhanceWithEntryResolver

      public boolean isEnhanceWithEntryResolver()
    • setEnhanceWithEntryResolver

      public void setEnhanceWithEntryResolver(boolean enhanceWithEntryResolver)
    • getBaseDn

      public String getBaseDn()
    • setBaseDn

      public void setBaseDn(String baseDn)
    • getUserFilter

      public String getUserFilter()
    • setUserFilter

      public void setUserFilter(String userFilter)
    • isSubtreeSearch

      public boolean isSubtreeSearch()
    • setSubtreeSearch

      public void setSubtreeSearch(boolean subtreeSearch)
    • getDnFormat

      public String getDnFormat()
    • setDnFormat

      public void setDnFormat(String dnFormat)
    • getType

    • setType

    • getPrincipalAttributePassword

      public String getPrincipalAttributePassword()
    • setPrincipalAttributePassword

      public void setPrincipalAttributePassword(String principalAttributePassword)