Package org.wildfly.security.http.digest
Class DigestMechanismFactory
java.lang.Object
org.wildfly.security.http.digest.DigestMechanismFactory
- All Implemented Interfaces:
HttpServerAuthenticationMechanismFactory
@MetaInfServices(org.wildfly.security.http.HttpServerAuthenticationMechanismFactory.class)
public class DigestMechanismFactory
extends Object
implements HttpServerAuthenticationMechanismFactory
The
HttpServerAuthenticationMechanismFactory implementation for the HTTP Digest authentication mechanism.- Author:
- Darran Lofthouse
-
Constructor Summary
ConstructorsConstructorDescriptionDigestMechanismFactory(Provider provider) DigestMechanismFactory(Provider... providers) -
Method Summary
Modifier and TypeMethodDescriptioncreateAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) String[]getMechanismNames(Map<String, ?> properties) voidshutdown()
-
Constructor Details
-
DigestMechanismFactory
public DigestMechanismFactory() -
DigestMechanismFactory
-
DigestMechanismFactory
-
-
Method Details
-
getMechanismNames
- Specified by:
getMechanismNamesin interfaceHttpServerAuthenticationMechanismFactory- See Also:
-
createAuthenticationMechanism
public HttpServerAuthenticationMechanism createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) throws HttpAuthenticationException -
shutdown
public void shutdown()- Specified by:
shutdownin interfaceHttpServerAuthenticationMechanismFactory
-