Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers | |
org.springframework.security.web.authentication.rememberme |
Support for remembering a user between different web sessions.
|
Class and Description |
---|
PersistentTokenRepository
The abstraction used by
PersistentTokenBasedRememberMeServices to store the persistent
login tokens for a user. |
Class and Description |
---|
AbstractRememberMeServices
Base class for RememberMeServices implementations.
|
InvalidCookieException
Exception thrown by a RememberMeServices implementation to indicate
that a submitted cookie is of an invalid format or has expired.
|
PersistentRememberMeToken |
PersistentTokenRepository
The abstraction used by
PersistentTokenBasedRememberMeServices to store the persistent
login tokens for a user. |
RememberMeAuthenticationException
This exception is thrown when an
Authentication exception occurs while
using the remember-me authentication. |
Copyright © 2019. All rights reserved.