Class StandardSecurityConfigurer

java.lang.Object
org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,B>
org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<CompositeConfigurer,org.springframework.security.config.annotation.web.builders.HttpSecurity>
io.jmix.security.configurer.CompositeConfigurer
io.jmix.security.configurer.StandardSecurityConfigurer
All Implemented Interfaces:
org.springframework.security.config.annotation.SecurityConfigurer<org.springframework.security.web.DefaultSecurityFilterChain,org.springframework.security.config.annotation.web.builders.HttpSecurity>

@Deprecated(since="2.3", forRemoval=true) public class StandardSecurityConfigurer extends CompositeConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • StandardSecurityConfigurer

      public StandardSecurityConfigurer()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • anonymous

      public StandardSecurityConfigurer anonymous()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • sessionManagement

      public StandardSecurityConfigurer sessionManagement()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • allowApiUrls

      public StandardSecurityConfigurer allowApiUrls()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • allowUiUrls

      public StandardSecurityConfigurer allowUiUrls()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • rememberMe

      public StandardSecurityConfigurer rememberMe()
      Deprecated, for removal: This API element is subject to removal in a future version.