Package org.wildfly.security.sasl.entity
Class EntitySaslServerFactory
- java.lang.Object
-
- org.wildfly.security.sasl.entity.EntitySaslServerFactory
-
- All Implemented Interfaces:
SaslServerFactory
@MetaInfServices(javax.security.sasl.SaslServerFactory.class) public final class EntitySaslServerFactory extends Object implements SaslServerFactory
The server factory for the ISO/IEC 9798-3 authentication SASL mechanism.- Author:
- Farah Juma
-
-
Constructor Summary
Constructors Constructor Description EntitySaslServerFactory()
-
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)
String[]
getMechanismNames(Map<String,?> props)
-
-
-
Method Detail
-
createSaslServer
public SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) throws SaslException
- Specified by:
createSaslServer
in interfaceSaslServerFactory
- Throws:
SaslException
-
getMechanismNames
public String[] getMechanismNames(Map<String,?> props)
- Specified by:
getMechanismNames
in interfaceSaslServerFactory
-
-