See: Description
| Interface | Description |
|---|---|
| RememberMeServices |
Implement by a class that is capable of providing a remember-me service.
|
| Class | Description |
|---|---|
| NullRememberMeServices |
Implementation of
NullRememberMeServices that does nothing. |
| RememberMeProcessingFilter |
Detects if there is no
Authentication object in the SecurityContext, and populates it
with a remember-me authentication token if a RememberMeServices
implementation so requests. |
| TokenBasedRememberMeServices |
Identifies previously remembered users by a Base-64 encoded cookie.
|
Copyright © 2021. All rights reserved.