@ConfigurationProperties(prefix="spring.ldap.embedded") public class EmbeddedLdapProperties extends ObjectSE
| 修飾子と型 | クラスと説明 |
|---|---|
static class | EmbeddedLdapProperties.Credential |
static class | EmbeddedLdapProperties.Validation |
| コンストラクターと説明 |
|---|
EmbeddedLdapProperties() |
| 修飾子と型 | メソッドと説明 |
|---|---|
ListSE<StringSE> | getBaseDn() |
EmbeddedLdapProperties.Credential | getCredential() |
StringSE | getLdif() |
int | getPort() |
EmbeddedLdapProperties.Validation | getValidation() |
void | setBaseDn(ListSE<StringSE> baseDn) |
void | setCredential(EmbeddedLdapProperties.Credential credential) |
void | setLdif(StringSE ldif) |
void | setPort(int port) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic int getPort()
public void setPort(int port)
public EmbeddedLdapProperties.Credential getCredential()
public void setCredential(EmbeddedLdapProperties.Credential credential)
public StringSE getLdif()
public void setLdif(StringSE ldif)
public EmbeddedLdapProperties.Validation getValidation()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.