package com.ots.common.constant; public interface ShiroConstants { String CURRENT_USER = "currentUser"; String CURRENT_USERNAME = "username"; String MESSAGE = "message"; String ERROR = "errorMsg"; String ENCODING = "UTF-8"; String ONLINE_SESSION = "online_session"; String CURRENT_CAPTCHA = "captcha"; String CURRENT_ENABLED = "captchaEnabled"; String CURRENT_TYPE = "captchaType"; String CURRENT_VALIDATECODE = "validateCode"; String CAPTCHA_ERROR = "captchaError"; String LOGINRECORDCACHE = "loginRecordCache"; String SYS_USERCACHE = "sys-userCache"; }