public class FormAuthenticationConfiguration extends AbstractAuthenticationSchemeConfiguration implements AuthenticationSchemeConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_AUTHENTICATION_URI |
Constructor and Description |
---|
FormAuthenticationConfiguration(String loginPageUrl,
String errorPageUrl,
boolean restoreOriginalRequest,
String authenticationUri,
AuthenticationConfiguration authenticationConfiguration) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationUri() |
String |
getErrorPageUrl() |
String |
getLoginPageUrl() |
boolean |
isRestoreOriginalRequest() |
getAuthenticationConfiguration
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAuthenticationConfiguration
public static final String DEFAULT_AUTHENTICATION_URI
public FormAuthenticationConfiguration(String loginPageUrl, String errorPageUrl, boolean restoreOriginalRequest, String authenticationUri, AuthenticationConfiguration authenticationConfiguration)
Copyright © 2015. All rights reserved.