Class DefaultTlsDirContextAuthenticationStrategy

java.lang.Object
org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
org.springframework.ldap.core.support.DefaultTlsDirContextAuthenticationStrategy
All Implemented Interfaces:
DirContextAuthenticationStrategy

public class DefaultTlsDirContextAuthenticationStrategy extends AbstractTlsDirContextAuthenticationStrategy
Default implementation of TLS authentication. Applies SIMPLE authentication on top of the negotiated TLS session. Refer to AbstractTlsDirContextAuthenticationStrategy for configuration options.
See Also: