Package io.jmix.security.configurer
Class RememberMeConfigurer
java.lang.Object
org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,B>
 
org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<RememberMeConfigurer,org.springframework.security.config.annotation.web.builders.HttpSecurity>
 
io.jmix.security.configurer.RememberMeConfigurer
- 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 RememberMeConfigurer
extends org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<RememberMeConfigurer,org.springframework.security.config.annotation.web.builders.HttpSecurity> 
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetBuilder(org.springframework.security.config.annotation.web.builders.HttpSecurity http) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurerdisable, getSecurityContextHolderStrategy, withObjectPostProcessorMethods inherited from class org.springframework.security.config.annotation.SecurityConfigurerAdapteraddObjectPostProcessor, and, configure, getBuilder, init, postProcess
- 
Constructor Details- 
RememberMeConfigurerpublic RememberMeConfigurer()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
setBuilderpublic void setBuilder(org.springframework.security.config.annotation.web.builders.HttpSecurity http) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- setBuilderin class- org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,- org.springframework.security.config.annotation.web.builders.HttpSecurity> 
 
 
- 
JmixHttpSecurityUtils.configureRememberMe(HttpSecurity)