Class ServletFormAuthenticationMechanism.Factory
- java.lang.Object
-
- io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism.Factory
-
- All Implemented Interfaces:
io.undertow.security.api.AuthenticationMechanismFactory
- Enclosing class:
- ServletFormAuthenticationMechanism
public static class ServletFormAuthenticationMechanism.Factory extends Object implements io.undertow.security.api.AuthenticationMechanismFactory
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.security.api.AuthenticationMechanismcreate(String mechanismName, io.undertow.security.idm.IdentityManager identityManager, io.undertow.server.handlers.form.FormParserFactory formParserFactory, Map<String,String> properties)
-
-
-
Constructor Detail
-
Factory
@Deprecated public Factory(io.undertow.security.idm.IdentityManager identityManager)
Deprecated.
-
Factory
public Factory()
-
-
Method Detail
-
create
public io.undertow.security.api.AuthenticationMechanism create(String mechanismName, io.undertow.security.idm.IdentityManager identityManager, io.undertow.server.handlers.form.FormParserFactory formParserFactory, Map<String,String> properties)
- Specified by:
createin interfaceio.undertow.security.api.AuthenticationMechanismFactory
-
-