Constant Field Values
Contents
org.springframework.*
-
org.springframework.security.web.WebAttributes Modifier and Type Constant Field Value public static final java.lang.StringACCESS_DENIED_403"SPRING_SECURITY_403_EXCEPTION"public static final java.lang.StringAUTHENTICATION_EXCEPTION"SPRING_SECURITY_LAST_EXCEPTION"
-
org.springframework.security.web.access.channel.ChannelDecisionManagerImpl Modifier and Type Constant Field Value public static final java.lang.StringANY_CHANNEL"ANY_CHANNEL"
-
org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter Modifier and Type Constant Field Value public static final java.lang.StringSPRING_SECURITY_FORM_PASSWORD_KEY"password"public static final java.lang.StringSPRING_SECURITY_FORM_USERNAME_KEY"username"
-
org.springframework.security.web.authentication.rememberme.AbstractRememberMeServices Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_PARAMETER"remember-me"public static final java.lang.StringSPRING_SECURITY_REMEMBER_ME_COOKIE_KEY"remember-me"public static final intTWO_WEEKS_S1209600 -
org.springframework.security.web.authentication.rememberme.JdbcTokenRepositoryImpl Modifier and Type Constant Field Value public static final java.lang.StringCREATE_TABLE_SQL"create table persistent_logins (username varchar(64) not null, series varchar(64) primary key, token varchar(64) not null, last_used timestamp not null)"public static final java.lang.StringDEF_INSERT_TOKEN_SQL"insert into persistent_logins (username, series, token, last_used) values(?,?,?,?)"public static final java.lang.StringDEF_REMOVE_USER_TOKENS_SQL"delete from persistent_logins where username = ?"public static final java.lang.StringDEF_TOKEN_BY_SERIES_SQL"select username,series,token,last_used from persistent_logins where series = ?"public static final java.lang.StringDEF_UPDATE_TOKEN_SQL"update persistent_logins set token = ?, last_used = ? where series = ?" -
org.springframework.security.web.authentication.rememberme.PersistentTokenBasedRememberMeServices Modifier and Type Constant Field Value public static final intDEFAULT_SERIES_LENGTH16public static final intDEFAULT_TOKEN_LENGTH16
-
org.springframework.security.web.authentication.switchuser.SwitchUserFilter Modifier and Type Constant Field Value public static final java.lang.StringROLE_PREVIOUS_ADMINISTRATOR"ROLE_PREVIOUS_ADMINISTRATOR"public static final java.lang.StringSPRING_SECURITY_SWITCH_USERNAME_KEY"username"
-
org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_LOGIN_PAGE_URL"/login"public static final java.lang.StringERROR_PARAMETER_NAME"error"
-
org.springframework.security.web.authentication.www.BasicAuthenticationConverter Modifier and Type Constant Field Value public static final java.lang.StringAUTHENTICATION_SCHEME_BASIC"Basic"
-
org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_FILTER_NAME"springSecurityFilterChain" -
org.springframework.security.web.context.HttpSessionSecurityContextRepository Modifier and Type Constant Field Value public static final java.lang.StringSPRING_SECURITY_CONTEXT_KEY"SPRING_SECURITY_CONTEXT"
-
org.springframework.security.web.header.writers.frameoptions.XFrameOptionsHeaderWriter Modifier and Type Constant Field Value public static final java.lang.StringXFRAME_OPTIONS_HEADER"X-Frame-Options"
-
org.springframework.security.web.reactive.result.view.CsrfRequestDataValueProcessor Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_CSRF_ATTR_NAME"_csrf"
-
org.springframework.security.web.server.ServerHttpBasicAuthenticationConverter Modifier and Type Constant Field Value public static final java.lang.StringBASIC"Basic "
-
org.springframework.security.web.server.authentication.SwitchUserWebFilter Modifier and Type Constant Field Value public static final java.lang.StringROLE_PREVIOUS_ADMINISTRATOR"ROLE_PREVIOUS_ADMINISTRATOR"public static final java.lang.StringSPRING_SECURITY_SWITCH_USERNAME_KEY"username"
-
org.springframework.security.web.server.authentication.logout.RedirectServerLogoutSuccessHandler Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_LOGOUT_SUCCESS_URL"/login?logout"
-
org.springframework.security.web.server.context.WebSessionServerSecurityContextRepository Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_SPRING_SECURITY_CONTEXT_ATTR_NAME"SPRING_SECURITY_CONTEXT"
-
org.springframework.security.web.server.header.CacheControlServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringCACHE_CONTRTOL_VALUE"no-cache, no-store, max-age=0, must-revalidate"public static final java.lang.StringEXPIRES_VALUE"0"public static final java.lang.StringPRAGMA_VALUE"no-cache" -
org.springframework.security.web.server.header.ClearSiteDataServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringCLEAR_SITE_DATA_HEADER"Clear-Site-Data" -
org.springframework.security.web.server.header.ContentSecurityPolicyServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringCONTENT_SECURITY_POLICY"Content-Security-Policy"public static final java.lang.StringCONTENT_SECURITY_POLICY_REPORT_ONLY"Content-Security-Policy-Report-Only" -
org.springframework.security.web.server.header.ContentTypeOptionsServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringNOSNIFF"nosniff"public static final java.lang.StringX_CONTENT_OPTIONS"X-Content-Type-Options" -
org.springframework.security.web.server.header.CrossOriginEmbedderPolicyServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringEMBEDDER_POLICY"Cross-Origin-Embedder-Policy" -
org.springframework.security.web.server.header.CrossOriginOpenerPolicyServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringOPENER_POLICY"Cross-Origin-Opener-Policy" -
org.springframework.security.web.server.header.CrossOriginResourcePolicyServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringRESOURCE_POLICY"Cross-Origin-Resource-Policy" -
org.springframework.security.web.server.header.FeaturePolicyServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringFEATURE_POLICY"Feature-Policy" -
org.springframework.security.web.server.header.PermissionsPolicyServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringPERMISSIONS_POLICY"Permissions-Policy" -
org.springframework.security.web.server.header.ReferrerPolicyServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringREFERRER_POLICY"Referrer-Policy" -
org.springframework.security.web.server.header.StrictTransportSecurityServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringSTRICT_TRANSPORT_SECURITY"Strict-Transport-Security" -
org.springframework.security.web.server.header.XContentTypeOptionsServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringNOSNIFF"nosniff"public static final java.lang.StringX_CONTENT_OPTIONS"X-Content-Type-Options" -
org.springframework.security.web.server.header.XFrameOptionsServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringX_FRAME_OPTIONS"X-Frame-Options" -
org.springframework.security.web.server.header.XXssProtectionServerHttpHeadersWriter Modifier and Type Constant Field Value public static final java.lang.StringX_XSS_PROTECTION"X-XSS-Protection"