Package org.wildfly.security.sasl.util
Class TLSServerEndPointChannelBindingSaslServerFactory
- java.lang.Object
-
- org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
-
- org.wildfly.security.sasl.util.TLSServerEndPointChannelBindingSaslServerFactory
-
- All Implemented Interfaces:
SaslServerFactory
public final class TLSServerEndPointChannelBindingSaslServerFactory extends AbstractDelegatingSaslServerFactory
A SASL server factory which implements thetls-server-end-point
channel binding algorithm. The channel binding will not be activated unless this SASL server factory wraps aSSLSaslServerFactory
.- Author:
- David M. Lloyd
-
-
Field Summary
-
Fields inherited from class org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
delegate
-
-
Constructor Summary
Constructors Constructor Description TLSServerEndPointChannelBindingSaslServerFactory(SaslServerFactory delegate)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaslServer
createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
-
Methods inherited from class org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
delegatesThrough, delegatesThroughNN, getMechanismNames, toString
-
-
-
-
Constructor Detail
-
TLSServerEndPointChannelBindingSaslServerFactory
public TLSServerEndPointChannelBindingSaslServerFactory(SaslServerFactory delegate)
Construct a new instance.- Parameters:
delegate
- the delegate server factory
-
-
Method Detail
-
createSaslServer
public SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) throws SaslException
- Specified by:
createSaslServer
in interfaceSaslServerFactory
- Overrides:
createSaslServer
in classAbstractDelegatingSaslServerFactory
- Throws:
SaslException
-
-