Class TLSServerEndPointChannelBindingSaslClientFactory

java.lang.Object
org.wildfly.security.sasl.util.AbstractDelegatingSaslClientFactory
org.wildfly.security.sasl.util.TLSServerEndPointChannelBindingSaslClientFactory
All Implemented Interfaces:
SaslClientFactory

public final class TLSServerEndPointChannelBindingSaslClientFactory extends AbstractDelegatingSaslClientFactory
A SASL client factory which implements the tls-server-end-point channel binding algorithm. The channel binding will not be activated unless this SASL client factory wraps a SSLSaslClientFactory.
Author:
David M. Lloyd