public class AppSecurityProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
APP_SECURITY |
static Boolean |
DEFAULT_APP_SECURITY_ENABLED |
static String |
ENCRYPTED_FIELD_PREFIX |
Constructor and Description |
---|
AppSecurityProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthEntryPoint() |
String |
getAuthFailureHandler() |
String |
getAuthSucessHandler() |
Boolean |
getEnabled() |
String |
getLoginEndpoint()
login endpoint.
|
KeyExpression |
getLoginKey() |
String |
getLoginPage() |
String |
getLoginProcessingUrl() |
String |
getLoginPublicKeyUrl() |
String |
getLogoutUrl() |
Boolean |
getVerifyCode() |
Boolean |
useDefaultLoginPage(org.springframework.core.env.Environment environment) |
public static final Boolean DEFAULT_APP_SECURITY_ENABLED
public static final String APP_SECURITY
public static final String ENCRYPTED_FIELD_PREFIX
public String getLoginEndpoint()
public Boolean getEnabled()
public String getAuthEntryPoint()
public String getAuthFailureHandler()
public String getAuthSucessHandler()
public KeyExpression getLoginKey()
public String getLoginPage()
public String getLoginPublicKeyUrl()
public String getLoginProcessingUrl()
public String getLogoutUrl()
public Boolean useDefaultLoginPage(org.springframework.core.env.Environment environment)
public Boolean getVerifyCode()
Copyright © 2017. All rights reserved.