This class implements the Spring Security 3.x
org.springframework.security.authentication.encoding.PasswordEncoder
interface, allowing Spring Security-enabled applications to use JASYPT
for password encryption.
This class implements the Spring Security 3.x
org.springframework.security.providers.encoding.PasswordEncoder
interface, allowing Spring Security-enabled applications to use JASYPT
for password encryption.
Deprecated.Renamed as org.jasypt.springsecurity3.authentication.rememberme.TokenBasedRememberMeServices.
Class will be removed from this package in 1.11.
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).