public class ServletFormAuthenticationMechanism extends FormAuthenticationMechanism
| Modifier and Type | Class and Description |
|---|---|
static class |
ServletFormAuthenticationMechanism.Factory |
AuthenticationMechanism.AuthenticationMechanismOutcome, AuthenticationMechanism.ChallengeResult| Modifier and Type | Field and Description |
|---|---|
static ServletFormAuthenticationMechanism.Factory |
FACTORY |
DEFAULT_POST_LOCATION, LOCATION_ATTRIBUTE| Constructor and Description |
|---|
ServletFormAuthenticationMechanism(FormParserFactory formParserFactory,
String name,
String loginPage,
String errorPage) |
ServletFormAuthenticationMechanism(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 and Description |
|---|---|
protected void |
handleRedirectBack(HttpServerExchange exchange) |
protected Integer |
servePage(HttpServerExchange exchange,
String location) |
protected void |
storeInitialLocation(HttpServerExchange exchange) |
authenticate, runFormAuth, sendChallengepublic static final ServletFormAuthenticationMechanism.Factory FACTORY
@Deprecated public ServletFormAuthenticationMechanism(String name, String loginPage, String errorPage)
@Deprecated public ServletFormAuthenticationMechanism(String name, String loginPage, String errorPage, String postLocation)
public ServletFormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage, String postLocation)
public ServletFormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage)
protected Integer servePage(HttpServerExchange exchange, String location)
servePage in class FormAuthenticationMechanismprotected void storeInitialLocation(HttpServerExchange exchange)
storeInitialLocation in class FormAuthenticationMechanismprotected void handleRedirectBack(HttpServerExchange exchange)
handleRedirectBack in class FormAuthenticationMechanismCopyright © 2016 JBoss by Red Hat. All rights reserved.