Package io.undertow.security.impl
Class DigestAuthenticationMechanism.Factory
- java.lang.Object
-
- io.undertow.security.impl.DigestAuthenticationMechanism.Factory
-
- All Implemented Interfaces:
AuthenticationMechanismFactory
- Enclosing class:
- DigestAuthenticationMechanism
public static final class DigestAuthenticationMechanism.Factory extends Object implements AuthenticationMechanismFactory
-
-
Field Summary
-
Fields inherited from interface io.undertow.security.api.AuthenticationMechanismFactory
CONTEXT_PATH, ERROR_PAGE, LOGIN_PAGE, REALM
-
-
Constructor Summary
Constructors Constructor Description Factory(IdentityManager identityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationMechanismcreate(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)Creates an authentication mechanism using the specified properties
-
-
-
Constructor Detail
-
Factory
public Factory(IdentityManager identityManager)
-
-
Method Detail
-
create
public AuthenticationMechanism create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)
Description copied from interface:AuthenticationMechanismFactoryCreates an authentication mechanism using the specified properties- Specified by:
createin interfaceAuthenticationMechanismFactory- Parameters:
mechanismName- The name under which this factory was registeredproperties- The properties- Returns:
- The mechanism
-
-