it.eng.rdlab.soa3.authn.rest.impl
Class LDAPAuthenticationContext

java.lang.Object
  extended by it.eng.rdlab.soa3.authn.rest.impl.LDAPAuthenticationContext
All Implemented Interfaces:
AuthenticationContext

public class LDAPAuthenticationContext
extends Object
implements AuthenticationContext


Constructor Summary
LDAPAuthenticationContext()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPAuthenticationContext

public LDAPAuthenticationContext()
Method Detail

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.