Package org.wildfly.security.sasl.util
Class AuthenticationCompleteCallbackSaslServerFactory
java.lang.Object
org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
org.wildfly.security.sasl.util.AuthenticationCompleteCallbackSaslServerFactory
- All Implemented Interfaces:
SaslServerFactory
public final class AuthenticationCompleteCallbackSaslServerFactory
extends AbstractDelegatingSaslServerFactory
A
SaslServerFactory which adds AuthenticationCompleteCallback functionality to a delegate
SaslServerFactory.- Author:
- David M. Lloyd
-
Field Summary
Fields inherited from class org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
delegate -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new instance. -
Method Summary
Modifier and TypeMethodDescriptioncreateSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) Methods inherited from class org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
delegatesThrough, getMechanismNames, toString
-
Constructor Details
-
AuthenticationCompleteCallbackSaslServerFactory
Construct a new instance.- Parameters:
delegate- the delegateSaslServerFactory
-
-
Method Details
-
createSaslServer
public SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) throws SaslException- Specified by:
createSaslServerin interfaceSaslServerFactory- Overrides:
createSaslServerin classAbstractDelegatingSaslServerFactory- Throws:
SaslException
-