RememberMe
Interfaces, Classes, Traits and Enums
- RememberMeServicesInterface
- Interface that needs to be implemented by classes which provide remember-me capabilities.
- AbstractRememberMeServices
- Base class implementing the RememberMeServicesInterface.
- PersistentTokenBasedRememberMeServices
- Concrete implementation of the RememberMeServicesInterface which needs an implementation of TokenProviderInterface for providing remember-me capabilities.
- ResponseListener
- Adds remember-me cookies to the Response.
- TokenBasedRememberMeServices
- Concrete implementation of the RememberMeServicesInterface providing remember-me capabilities without requiring a TokenProvider.