Package com.totvs.tjf.autoconfigure
Class SecurityCsrfPropertiesDeprecated
java.lang.Object
com.totvs.tjf.autoconfigure.SecurityCsrfProperties
com.totvs.tjf.autoconfigure.SecurityCsrfPropertiesDeprecated
@Configuration
@ConfigurationProperties(prefix="security.csrf")
@ConditionalOnMissingBean(SecurityCsrfProperties.class)
@Deprecated(since="3.8.0-RELEASE",
forRemoval=true)
public class SecurityCsrfPropertiesDeprecated
extends SecurityCsrfProperties
Deprecated, for removal: This API element is subject to removal in a future version.
Security access properties.
This class was deprecated for use of prefix tjf.security in
application.properties
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class com.totvs.tjf.autoconfigure.SecurityCsrfProperties
hasDisableForPaths, setDisableForPaths, setEnable
-
Constructor Details
-
SecurityCsrfPropertiesDeprecated
public SecurityCsrfPropertiesDeprecated()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isEnable
@Deprecated(since="3.8.0-RELEASE", forRemoval=true) @DeprecatedConfigurationProperty(reason="Para n\u00e3o haver ambiguidades na an\u00e1lise das propriedades decidimos adicionar o prefixo tjf em todas as propriedades implementadas pelo TJF", replacement="tjf.security.csrf.enable") public boolean isEnable()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
isEnable
in classSecurityCsrfProperties
- Returns:
- the enable
-
getDisableForPaths
@Deprecated(since="3.8.0-RELEASE", forRemoval=true) @DeprecatedConfigurationProperty(reason="Para n\u00e3o haver ambiguidades na an\u00e1lise das propriedades decidimos adicionar o prefixo tjf em todas as propriedades implementadas pelo TJF", replacement="tjf.security.csrf.disable-for-paths") public String[] getDisableForPaths()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getDisableForPaths
in classSecurityCsrfProperties
- Returns:
- the disable for paths
-