cn.easyproject.easyshiro.EasyLockIPException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easyshiro Show documentation
Show all versions of easyshiro Show documentation
EasyShiro is a security extension components based Shiro. For Web-based permission model RBAC (Role Based Access Control) to provide authorization and authentication rights information management database and Web URL based. Simplifies security integration, and verification code, login lockout, other more powerful comprehensive feature support.
package cn.easyproject.easyshiro;
/**
* LockLogin 相关异常
* @author Ray
* @author [email protected]
* @author easyproject.cn
* @since 2.1.0
*/
public class EasyLockIPException extends EasyLockLoginException {
/**
*
*/
private static final long serialVersionUID = 1L;
public EasyLockIPException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy