ome.security
Class SecureLdapContextSource

java.lang.Object
  extended by org.springframework.ldap.core.support.AbstractContextSource
      extended by org.springframework.ldap.core.support.LdapContextSource
          extended by ome.security.SecureLdapContextSource
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.ldap.core.ContextSource, org.springframework.ldap.core.support.BaseLdapPathContextSource, org.springframework.ldap.core.support.BaseLdapPathSource

public class SecureLdapContextSource
extends org.springframework.ldap.core.support.LdapContextSource


Field Summary
 
Fields inherited from class org.springframework.ldap.core.support.AbstractContextSource
password, SUN_LDAP_POOLING_FLAG, userDn
 
Constructor Summary
SecureLdapContextSource()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setKeyStore(String keyStore)
           
 void setKeyStorePassword(String password)
           
 void setProtocol(String prot)
           
 void setTrustStore(String trustStore)
           
 void setTrustStorePassword(String password)
           
 
Methods inherited from class org.springframework.ldap.core.support.LdapContextSource
getDirContextInstance
 
Methods inherited from class org.springframework.ldap.core.support.AbstractContextSource
assembleProviderUrlString, createContext, getAnonymousEnv, getAuthenticatedEnv, getAuthenticationSource, getBase, getBaseLdapPath, getBaseLdapPathAsString, getContextFactory, getDirObjectFactory, getReadOnlyContext, getReadWriteContext, getUrls, isAnonymousReadOnly, isPooled, setAnonymousReadOnly, setAuthenticationSource, setBase, setBaseEnvironmentProperties, setCacheEnvironmentProperties, setContextFactory, setDirObjectFactory, setPassword, setPooled, setupAuthenticatedEnvironment, setUrl, setUrls, setUserDn, setUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureLdapContextSource

public SecureLdapContextSource()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Overrides:
afterPropertiesSet in class org.springframework.ldap.core.support.AbstractContextSource
Throws:
Exception

setKeyStore

public void setKeyStore(String keyStore)

setTrustStore

public void setTrustStore(String trustStore)

setTrustStorePassword

public void setTrustStorePassword(String password)

setKeyStorePassword

public void setKeyStorePassword(String password)

setProtocol

public void setProtocol(String prot)


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.