public class ConfigAwareLoginSuccessHandler
extends org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl
LoginSuccessHandlerImpl
that uses site config
to override the default properties.Modifier and Type | Field and Description |
---|---|
static String |
LOGIN_ALWAYS_USE_DEFAULT_SUCCESS_URL_KEY |
static String |
LOGIN_DEFAULT_SUCCESS_URL_KEY |
Constructor and Description |
---|
ConfigAwareLoginSuccessHandler() |
Modifier and Type | Method and Description |
---|---|
protected String |
getDefaultTargetUrl() |
protected boolean |
isAlwaysUseDefaultTargetUrl() |
public static final String LOGIN_DEFAULT_SUCCESS_URL_KEY
public static final String LOGIN_ALWAYS_USE_DEFAULT_SUCCESS_URL_KEY
protected String getDefaultTargetUrl()
getDefaultTargetUrl
in class org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl
protected boolean isAlwaysUseDefaultTargetUrl()
isAlwaysUseDefaultTargetUrl
in class org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl
Copyright © 2020 CrafterCMS. All rights reserved.