Spring LDAP Framework

Uses of Interface
org.springframework.ldap.core.support.DirContextAuthenticationStrategy

Packages that use DirContextAuthenticationStrategy
org.springframework.ldap.core.support Support classes the core Spring LDAP package. 
 

Uses of DirContextAuthenticationStrategy in org.springframework.ldap.core.support
 

Classes in org.springframework.ldap.core.support that implement DirContextAuthenticationStrategy
 class AbstractTlsDirContextAuthenticationStrategy
          Abstract superclass for DirContextAuthenticationStrategy implementations that apply TLS security to the connections.
 class DefaultTlsDirContextAuthenticationStrategy
          Default implementation of TLS authentication.
 class DigestMd5DirContextAuthenticationStrategy
          Authentication strategy for LDAP DIGEST-MD5 SASL mechanism.
 class ExternalTlsDirContextAuthenticationStrategy
          DirContextAuthenticationStrategy for using TLS and external (SASL) authentication.
 class SimpleDirContextAuthenticationStrategy
          The default DirContextAuthenticationStrategy implementation, setting the DirContext environment up for 'SIMPLE' authentication, and specifying the user DN and password as SECURITY_PRINCIPAL and SECURITY_CREDENTIALS respectively in the authenticated environment before the context is created.
 

Methods in org.springframework.ldap.core.support with parameters of type DirContextAuthenticationStrategy
 void AbstractContextSource.setAuthenticationStrategy(DirContextAuthenticationStrategy authenticationStrategy)
          Set the DirContextAuthenticationStrategy to use for preparing the environment and processing the created DirContext instances.
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.