Class ExternalTlsDirContextAuthenticationStrategy

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

public class ExternalTlsDirContextAuthenticationStrategy extends AbstractTlsDirContextAuthenticationStrategy
DirContextAuthenticationStrategy for using TLS and external (SASL) authentication. This implementation requires a client certificate to be pointed out using system variables, as described here. Refer to AbstractTlsDirContextAuthenticationStrategy for other configuration options.
See Also: