public class LDAPAuthenticationContext extends Object implements AuthenticationContext
| Constructor and Description |
|---|
LDAPAuthenticationContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase() |
org.springframework.ldap.core.ContextSource |
getContextSource() |
org.springframework.ldap.core.simple.SimpleLdapTemplate |
getLdapTemplate() |
String |
getPassword() |
String |
getUrl() |
String |
getUserDn() |
void |
setBase(String base) |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUserDn(String userDn) |
public String getUrl()
public void setUrl(String url)
public String getBase()
public void setBase(String base)
public String getUserDn()
public void setUserDn(String userDn)
public String getPassword()
public void setPassword(String password)
public org.springframework.ldap.core.ContextSource getContextSource()
getContextSource in interface AuthenticationContextpublic org.springframework.ldap.core.simple.SimpleLdapTemplate getLdapTemplate()
getLdapTemplate in interface AuthenticationContextCopyright © 2017. All Rights Reserved.