Package org.craftercms.profile.api
Class PersistentLogin
java.lang.Object
org.craftercms.profile.api.PersistentLogin
Represents a persistent authentication or login, triggered by remember me functionality. The login information
stored is basically the one proposed in
Improved Persistent Login Cookie Best Practice. The ID is basically the login series identifier.
- Author:
- avasquez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getToken()inthashCode()voidvoidsetProfileId(String profileId) voidvoidsetTimestamp(Date timestamp) voidtoString()
-
Constructor Details
-
PersistentLogin
public PersistentLogin()
-
-
Method Details