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-pointchannel 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.AbstractDelegatingSaslServerFactorydelegate
 
- 
 - 
Constructor SummaryConstructors Constructor Description TLSServerEndPointChannelBindingSaslServerFactory(SaslServerFactory delegate)Construct a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SaslServercreateSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)- 
Methods inherited from class org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactorydelegatesThrough, delegatesThroughNN, getMechanismNames, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
TLSServerEndPointChannelBindingSaslServerFactorypublic TLSServerEndPointChannelBindingSaslServerFactory(SaslServerFactory delegate) Construct a new instance.- Parameters:
- delegate- the delegate server factory
 
 
- 
 - 
Method Detail- 
createSaslServerpublic SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) throws SaslException - Specified by:
- createSaslServerin interface- SaslServerFactory
- Overrides:
- createSaslServerin class- AbstractDelegatingSaslServerFactory
- Throws:
- SaslException
 
 
- 
 
-