Class ServletFormAuthenticationMechanism.Factory
java.lang.Object
io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism.Factory
- All Implemented Interfaces:
AuthenticationMechanismFactory
- Enclosing class:
- ServletFormAuthenticationMechanism
public static class ServletFormAuthenticationMechanism.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 -
Method Summary
Modifier and TypeMethodDescriptioncreate(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.undertow.security.api.AuthenticationMechanismFactory
create
-
Constructor Details
-
Factory
Deprecated. -
Factory
public Factory()
-
-
Method Details
-
create
public AuthenticationMechanism create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) - Specified by:
createin interfaceAuthenticationMechanismFactory
-