it.eng.rdlab.soa3.authn.rest.impl
Class LDAPAuthenticationContext
java.lang.Object
it.eng.rdlab.soa3.authn.rest.impl.LDAPAuthenticationContext
- All Implemented Interfaces:
- AuthenticationContext
public class LDAPAuthenticationContext
- extends Object
- implements AuthenticationContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LDAPAuthenticationContext
public LDAPAuthenticationContext()
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getBase
public String getBase()
setBase
public void setBase(String base)
getUserDn
public String getUserDn()
setUserDn
public void setUserDn(String userDn)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getContextSource
public org.springframework.ldap.core.ContextSource getContextSource()
- Specified by:
getContextSource in interface AuthenticationContext
getLdapTemplate
public org.springframework.ldap.core.simple.SimpleLdapTemplate getLdapTemplate()
- Specified by:
getLdapTemplate in interface AuthenticationContext
Copyright © 2013. All Rights Reserved.