public class ServletFormAuthenticationMechanism
extends io.undertow.security.impl.FormAuthenticationMechanism
Modifier and Type | Class | Description |
---|---|---|
static class |
ServletFormAuthenticationMechanism.Factory |
Modifier and Type | Field | Description |
---|---|---|
static String |
SAVE_ORIGINAL_REQUEST |
Constructor | Description |
---|---|
ServletFormAuthenticationMechanism(io.undertow.server.handlers.form.FormParserFactory formParserFactory,
String name,
String loginPage,
String errorPage) |
|
ServletFormAuthenticationMechanism(io.undertow.server.handlers.form.FormParserFactory formParserFactory,
String name,
String loginPage,
String errorPage,
io.undertow.security.idm.IdentityManager identityManager) |
|
ServletFormAuthenticationMechanism(io.undertow.server.handlers.form.FormParserFactory formParserFactory,
String name,
String loginPage,
String errorPage,
io.undertow.security.idm.IdentityManager identityManager,
boolean saveOriginalRequest) |
|
ServletFormAuthenticationMechanism(io.undertow.server.handlers.form.FormParserFactory formParserFactory,
String name,
String loginPage,
String errorPage,
String postLocation) |
|
ServletFormAuthenticationMechanism(String name,
String loginPage,
String errorPage) |
Deprecated.
|
ServletFormAuthenticationMechanism(String name,
String loginPage,
String errorPage,
String postLocation) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
handleRedirectBack(io.undertow.server.HttpServerExchange exchange) |
|
protected Integer |
servePage(io.undertow.server.HttpServerExchange exchange,
String location) |
|
protected void |
storeInitialLocation(io.undertow.server.HttpServerExchange exchange) |
public static final String SAVE_ORIGINAL_REQUEST
@Deprecated public ServletFormAuthenticationMechanism(String name, String loginPage, String errorPage)
@Deprecated public ServletFormAuthenticationMechanism(String name, String loginPage, String errorPage, String postLocation)
public ServletFormAuthenticationMechanism(io.undertow.server.handlers.form.FormParserFactory formParserFactory, String name, String loginPage, String errorPage, String postLocation)
public ServletFormAuthenticationMechanism(io.undertow.server.handlers.form.FormParserFactory formParserFactory, String name, String loginPage, String errorPage)
public ServletFormAuthenticationMechanism(io.undertow.server.handlers.form.FormParserFactory formParserFactory, String name, String loginPage, String errorPage, io.undertow.security.idm.IdentityManager identityManager)
protected Integer servePage(io.undertow.server.HttpServerExchange exchange, String location)
servePage
in class io.undertow.security.impl.FormAuthenticationMechanism
protected void storeInitialLocation(io.undertow.server.HttpServerExchange exchange)
storeInitialLocation
in class io.undertow.security.impl.FormAuthenticationMechanism
protected void handleRedirectBack(io.undertow.server.HttpServerExchange exchange)
handleRedirectBack
in class io.undertow.security.impl.FormAuthenticationMechanism
Copyright © 2018. All rights reserved.