Class RememberMeAuthenticationToken

java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
org.springframework.security.authentication.RememberMeAuthenticationToken
All Implemented Interfaces:
Serializable, Principal, Authentication, BuildableAuthentication, CredentialsContainer

public class RememberMeAuthenticationToken extends AbstractAuthenticationToken implements BuildableAuthentication
Represents a remembered Authentication.

A remembered Authentication must provide a fully valid Authentication, including the GrantedAuthoritys that apply.

See Also: