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 TypeMethodDescriptionboolean
getId()
getToken()
int
hashCode()
void
void
setProfileId
(String profileId) void
void
setTimestamp
(Date timestamp) void
toString()
-
Constructor Details
-
PersistentLogin
public PersistentLogin()
-
-
Method Details