Class | Description |
---|---|
TokenBasedRememberMeServices |
Implementation of org.springframework.security.web.authentication.rememberme.AbstractRememberMeServices
which provides a "remember-me" cookie arranged in the same way as
org.springframework.security.web.authentication.rememberme.TokenBasedRememberMeServices, but using a
Jasypt
StringDigester passed as a parameter for performing the digest of the signature in the cookie
(username + ":" + expiry time + ":" + password + ":" + key). |
Copyright © 2019 The JASYPT team. All rights reserved.