Package org.wildfly.security.sasl.util
Class SocketAddressCallbackSaslServerFactory
- java.lang.Object
- 
- org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
- 
- org.wildfly.security.sasl.util.SocketAddressCallbackSaslServerFactory
 
 
- 
- All Implemented Interfaces:
- SaslServerFactory
 
 public final class SocketAddressCallbackSaslServerFactory extends AbstractDelegatingSaslServerFactory - Author:
- David M. Lloyd
 
- 
- 
Field Summary- 
Fields inherited from class org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactorydelegate
 
- 
 - 
Constructor SummaryConstructors Constructor Description SocketAddressCallbackSaslServerFactory(SaslServerFactory delegate, SocketAddress localAddress, SocketAddress peerAddress)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, getMechanismNames, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SocketAddressCallbackSaslServerFactorypublic SocketAddressCallbackSaslServerFactory(SaslServerFactory delegate, SocketAddress localAddress, SocketAddress peerAddress) Construct a new instance.- Parameters:
- delegate- the delegate server factory
- localAddress- the local socket address, or- nullif unknown
- peerAddress- the peer socket address, or- nullif unknown
 
 
- 
 - 
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
 
 
- 
 
-