Class LdapProperties

java.lang.Object
org.springframework.boot.ldap.autoconfigure.LdapProperties

@ConfigurationProperties("spring.ldap") public class LdapProperties extends Object
Configuration properties for LDAP.
Since:
4.0.0
Author:
EddĂș MelĂ©ndez
  • Constructor Details

    • LdapProperties

      public LdapProperties()
  • Method Details

    • getUrls

      public String @Nullable [] getUrls()
    • setUrls

      public void setUrls(String @Nullable [] urls)
    • getBase

      public @Nullable String getBase()
    • setBase

      public void setBase(@Nullable String base)
    • getUsername

      public @Nullable String getUsername()
    • setUsername

      public void setUsername(@Nullable String username)
    • getPassword

      public @Nullable String getPassword()
    • setPassword

      public void setPassword(@Nullable String password)
    • getAnonymousReadOnly

      public @Nullable Boolean getAnonymousReadOnly()
    • setAnonymousReadOnly

      public void setAnonymousReadOnly(@Nullable Boolean anonymousReadOnly)
    • getReferral

      public @Nullable LdapProperties.Referral getReferral()
    • setReferral

      public void setReferral(@Nullable LdapProperties.Referral referral)
    • getBaseEnvironment

      public Map<String,String> getBaseEnvironment()
    • getTemplate

      public LdapProperties.Template getTemplate()
    • determineUrls

      public String[] determineUrls(Environment environment)