@ConfigurationProperties(prefix="spring.ldap.embedded") public class EmbeddedLdapProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedLdapProperties.Credential |
static class |
EmbeddedLdapProperties.Validation |
Constructor and Description |
---|
EmbeddedLdapProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseDn() |
EmbeddedLdapProperties.Credential |
getCredential() |
String |
getLdif() |
int |
getPort() |
EmbeddedLdapProperties.Validation |
getValidation() |
void |
setBaseDn(String baseDn) |
void |
setCredential(EmbeddedLdapProperties.Credential credential) |
void |
setLdif(String ldif) |
void |
setPort(int port) |
public int getPort()
public void setPort(int port)
public EmbeddedLdapProperties.Credential getCredential()
public void setCredential(EmbeddedLdapProperties.Credential credential)
public String getBaseDn()
public void setBaseDn(String baseDn)
public String getLdif()
public void setLdif(String ldif)
public EmbeddedLdapProperties.Validation getValidation()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.