io.undertow.security.api.AuthenticationMechanismFactory
public static class ServletFormAuthenticationMechanism.Factory
extends java.lang.Object
implements io.undertow.security.api.AuthenticationMechanismFactory
Constructor | Description |
---|---|
Factory(io.undertow.security.idm.IdentityManager identityManager) |
Modifier and Type | Method | Description |
---|---|---|
io.undertow.security.api.AuthenticationMechanism |
create(java.lang.String mechanismName,
io.undertow.server.handlers.form.FormParserFactory formParserFactory,
java.util.Map<java.lang.String,java.lang.String> properties) |
public Factory(io.undertow.security.idm.IdentityManager identityManager)
public io.undertow.security.api.AuthenticationMechanism create(java.lang.String mechanismName, io.undertow.server.handlers.form.FormParserFactory formParserFactory, java.util.Map<java.lang.String,java.lang.String> properties)
create
in interface io.undertow.security.api.AuthenticationMechanismFactory
Copyright © 2018. All rights reserved.