Class RememberMeManagerImpl

java.lang.Object
org.craftercms.security.authentication.impl.RememberMeManagerImpl
All Implemented Interfaces:
RememberMeManager

public class RememberMeManagerImpl extends Object implements RememberMeManager
Default implementation of RememberMeManager.
Author:
avasquez
  • Field Details

    • SERIALIZED_LOGIN_SEPARATOR

      public static final char SERIALIZED_LOGIN_SEPARATOR
      See Also:
    • authenticationService

      protected AuthenticationService authenticationService
    • authenticationManager

      protected AuthenticationManager authenticationManager
    • profileService

      protected ProfileService profileService
    • encryptor

      protected org.craftercms.commons.crypto.TextEncryptor encryptor
    • rememberMeCookieManager

      protected org.craftercms.commons.http.CookieManager rememberMeCookieManager
  • Constructor Details

    • RememberMeManagerImpl

      public RememberMeManagerImpl()
  • Method Details