| | |
| | | */ |
| | | public static final String PASSWORD_REMAIN_DAY = "passwordRemainDay"; |
| | | |
| | | /** |
| | | * 密码已过期 |
| | | */ |
| | | public static final String PASSWORD_EXPIRE = "passwordExpire"; |
| | | |
| | | //组织 |
| | | |
| | | |
| | |
| | | */ |
| | | public static final String DISPATCH_TASK_NOT_EXIST_BY_PLAN = "dispatchTaskNotExistByPlan"; |
| | | |
| | | /** |
| | | * 系统异常 |
| | | */ |
| | | public static final String SYSTEM_ERROR = "systemError"; |
| | | |
| | | /** |
| | | * 登录成功 |
| | | */ |
| | | public static final String LOGIN_SUCCESS = "loginSuccess"; |
| | | |
| | | /** |
| | | * 初始密码需要修改 |
| | | */ |
| | | public static final String PASSWORD_INIT = "passwordInit"; |
| | | |
| | | /** |
| | | * 密码策略已经修改,需修改账号密码 |
| | | */ |
| | | public static final String PASSWORD_POLICY_UPDATED = "passwordPolicyUpdated"; |
| | | |
| | | /** |
| | | * token值为空 |
| | | */ |
| | | public static final String TOKEN_EMPTY = "tokenEmpty"; |
| | | } |