Class CmsPersistentLoginAuthorizationHandler

  • All Implemented Interfaces:
    I_CmsAuthorizationHandler

    public class CmsPersistentLoginAuthorizationHandler
    extends CmsDefaultAuthorizationHandler
    Authorization handler which uses a special cookie sent by the user's browser for authorization.

    The cookie contains a user's name and a key. It will only log that user in if there is a key matching the key from the cookie in the user's additional info map, and if additional info value, when interpreted as a time, is greater than the current time returned by System.currentTimeMillis().