Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers | |
org.springframework.security.web.authentication |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
org.springframework.security.web.authentication.rememberme |
Support for remembering a user between different web sessions.
|
org.springframework.security.web.authentication.www |
WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication.
|
Modifier and Type | Method and Description |
---|---|
RememberMeConfigurer<H> |
RememberMeConfigurer.rememberMeServices(RememberMeServices rememberMeServices)
Specify the
RememberMeServices to use. |
Modifier and Type | Class and Description |
---|---|
class |
NullRememberMeServices
Implementation of
NullRememberMeServices that does nothing. |
Modifier and Type | Method and Description |
---|---|
RememberMeServices |
AbstractAuthenticationProcessingFilter.getRememberMeServices() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAuthenticationProcessingFilter.setRememberMeServices(RememberMeServices rememberMeServices) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRememberMeServices
Base class for RememberMeServices implementations.
|
class |
PersistentTokenBasedRememberMeServices
RememberMeServices implementation based on Barry Jaspan's
Improved Persistent Login Cookie
Best Practice. |
class |
TokenBasedRememberMeServices
Identifies previously remembered users by a Base-64 encoded cookie.
|
Modifier and Type | Method and Description |
---|---|
RememberMeServices |
RememberMeAuthenticationFilter.getRememberMeServices() |
Modifier and Type | Method and Description |
---|---|
void |
RememberMeAuthenticationFilter.setRememberMeServices(RememberMeServices rememberMeServices)
Deprecated.
Use constructor injection
|
Constructor and Description |
---|
RememberMeAuthenticationFilter(AuthenticationManager authenticationManager,
RememberMeServices rememberMeServices) |
Modifier and Type | Method and Description |
---|---|
void |
BasicAuthenticationFilter.setRememberMeServices(RememberMeServices rememberMeServices) |
Copyright © 2019. All rights reserved.