Package org.jasypt.springsecurity3.authentication.rememberme

Class Summary
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 © 2011 The JASYPT team. All Rights Reserved.