RememberMeServicesInterface

RememberMeServicesInterface

interface RememberMeServicesInterface

Interface that needs to be implemented by classes which provide remember-me capabilities.

We provide two implementations out-of-the-box: - TokenBasedRememberMeServices (does not require a TokenProvider) - PersistentTokenBasedRememberMeServices (requires a TokenProvider)

Constants

COOKIE_ATTR_NAME

This attribute name can be used by the implementation if it needs to set a cookie on the Request when there is no actual Response, yet.

Methods

TokenInterface autoLogin登录查看完整内容