@ConfigurationProperties(prefix="spring.ldap") public class LdapProperties extends ObjectSE
| コンストラクターと説明 |
|---|
LdapProperties() |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE[] | determineUrls(Environment environment) |
BooleanSE | getAnonymousReadOnly() |
StringSE | getBase() |
MapSE<StringSE, StringSE> | getBaseEnvironment() |
StringSE | getPassword() |
StringSE[] | getUrls() |
StringSE | getUsername() |
void | setAnonymousReadOnly(BooleanSE anonymousReadOnly) |
void | setBase(StringSE base) |
void | setPassword(StringSE password) |
void | setUrls(StringSE[] urls) |
void | setUsername(StringSE username) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic StringSE[] getUrls()
public void setUrls(StringSE[] urls)
public StringSE getBase()
public void setBase(StringSE base)
public StringSE getUsername()
public void setUsername(StringSE username)
public StringSE getPassword()
public void setPassword(StringSE password)
public BooleanSE getAnonymousReadOnly()
public void setAnonymousReadOnly(BooleanSE anonymousReadOnly)
public StringSE[] determineUrls(Environment environment)