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