Class EmbeddedLdapProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
@ConfigurationProperties(prefix="spring.ldap.embedded") public class EmbeddedLdapProperties extends Object
Configuration properties for Embedded LDAP.- Since:
- 1.5.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmbeddedLdapProperties.Credentialstatic classEmbeddedLdapProperties.Validation
Constructor Summary
Constructors Constructor Description EmbeddedLdapProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseDn()EmbeddedLdapProperties.CredentialgetCredential()StringgetLdif()intgetPort()EmbeddedLdapProperties.ValidationgetValidation()voidsetBaseDn(String baseDn)voidsetCredential(EmbeddedLdapProperties.Credential credential)voidsetLdif(String ldif)voidsetPort(int port)
Constructor Detail
EmbeddedLdapProperties
public EmbeddedLdapProperties()
Method Detail
getPort
public int getPort()
setPort
public void setPort(int port)
getCredential
public EmbeddedLdapProperties.Credential getCredential()
setCredential
public void setCredential(EmbeddedLdapProperties.Credential credential)
getValidation
public EmbeddedLdapProperties.Validation getValidation()