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
TheHttpServerAuthenticationMechanismFactoryimplementation for the HTTP Digest authentication mechanism.- Author:
- Darran Lofthouse
-
-
Constructor Summary
Constructors Constructor Description DigestMechanismFactory()DigestMechanismFactory(Provider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpServerAuthenticationMechanismcreateAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)String[]getMechanismNames(Map<String,?> properties)voidshutdown()
-
-
-
Constructor Detail
-
DigestMechanismFactory
public DigestMechanismFactory()
-
DigestMechanismFactory
public DigestMechanismFactory(Provider provider)
-
-
Method Detail
-
getMechanismNames
public String[] getMechanismNames(Map<String,?> properties)
- Specified by:
getMechanismNamesin interfaceHttpServerAuthenticationMechanismFactory- See Also:
HttpServerAuthenticationMechanismFactory.getMechanismNames(java.util.Map)
-
createAuthenticationMechanism
public HttpServerAuthenticationMechanism createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler) throws HttpAuthenticationException
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceHttpServerAuthenticationMechanismFactory
-
-