| Package | Description |
|---|---|
| org.springframework.security.web.authentication.rememberme |
Support for remembering a user between different web sessions.
|
| 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 |
Copyright © 2015. All rights reserved.