Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers | |
org.springframework.security.web.authentication.rememberme |
Support for remembering a user between different web sessions.
|
Modifier and Type | Method and Description |
---|---|
RememberMeConfigurer<H> |
RememberMeConfigurer.tokenRepository(PersistentTokenRepository tokenRepository)
Specifies the
PersistentTokenRepository to use. |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTokenRepositoryImpl
Simple PersistentTokenRepository implementation backed by a Map.
|
class |
JdbcTokenRepositoryImpl
JDBC based persistent login token repository implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistentTokenBasedRememberMeServices.setTokenRepository(PersistentTokenRepository tokenRepository)
Deprecated.
Use constructor injection
|
Constructor and Description |
---|
PersistentTokenBasedRememberMeServices(String key,
UserDetailsService userDetailsService,
PersistentTokenRepository tokenRepository) |
Copyright © 2019. All rights reserved.