Package | Description |
---|---|
org.springframework.ldap.core.support |
Support classes the core Spring LDAP package.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContextSource.setAuthenticationStrategy(DirContextAuthenticationStrategy authenticationStrategy)
Set the
DirContextAuthenticationStrategy to use for preparing the
environment and processing the created DirContext instances. |
Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.