Spring Security Framework

Uses of Interface
org.springframework.security.ldap.SpringSecurityContextSource

Packages that use SpringSecurityContextSource
org.springframework.security.ldap   
org.springframework.security.providers.ldap.authenticator LDAP authenticator implementations. 
org.springframework.security.ui.ntlm.ldap.authenticator   
 

Uses of SpringSecurityContextSource in org.springframework.security.ldap
 

Classes in org.springframework.security.ldap that implement SpringSecurityContextSource
 class DefaultInitialDirContextFactory
          Deprecated. use DefaultSpringSecurityContextSource instead.
 class DefaultSpringSecurityContextSource
          SpringSecurityContextSource implementation which uses Spring LDAP's LdapContextSource as a base class.
 

Uses of SpringSecurityContextSource in org.springframework.security.providers.ldap.authenticator
 

Constructors in org.springframework.security.providers.ldap.authenticator with parameters of type SpringSecurityContextSource
BindAuthenticator(SpringSecurityContextSource contextSource)
          Create an initialized instance using the SpringSecurityContextSource provided.
 

Uses of SpringSecurityContextSource in org.springframework.security.ui.ntlm.ldap.authenticator
 

Constructors in org.springframework.security.ui.ntlm.ldap.authenticator with parameters of type SpringSecurityContextSource
NtlmAwareLdapAuthenticator(SpringSecurityContextSource contextSource)
           
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.