Class PersistentLoginManager


  • public class PersistentLoginManager
    extends Object
    A class that manages persistent logins. This is done by encoding an expiry time, and the current username into an encrypted cookie TODO: make this pluggable
    • Constructor Detail

      • PersistentLoginManager

        public PersistentLoginManager​(String encryptionKey,
                                      String cookieName,
                                      long timeoutMillis,
                                      long newCookieIntervalMillis)