Package org.wildfly.security.sasl.digest
Class DigestServerFactory
java.lang.Object
org.wildfly.security.sasl.digest.DigestServerFactory
- All Implemented Interfaces:
SaslServerFactory
@MetaInfServices(javax.security.sasl.SaslServerFactory.class)
public class DigestServerFactory
extends Object
implements SaslServerFactory
- Author:
- Peter Skopek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) String[]getMechanismNames(Map<String, ?> props) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.security.sasl.SaslServerFactory
getMechanismNames
-
Constructor Details
-
DigestServerFactory
public DigestServerFactory() -
DigestServerFactory
-
-
Method Details
-
createSaslServer
public SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) throws SaslException- Specified by:
createSaslServerin interfaceSaslServerFactory- Throws:
SaslException
-
getMechanismNames
-