Class CmsPersistentLoginAuthorizationHandler

All Implemented Interfaces:
I_CmsAuthorizationHandler

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().