shiro-异常
shiro-异常
AuthentiactionException异常是shiro在登录过程中,认证失败需要抛出的异常。
该异常继承于ShiroException
子类
类 | 作用 |
---|---|
CredentitalsException | 凭证异常 |
IncorrentCredentialsException | 不正确的凭证 |
ExpiredCredentialsException | 凭证过期 |
AccountException | 账号异常 |
ConcurrentAccessException | 并发访问异常 |
UnknownAccountException | 未知的账号 |
ExcessiveAttemptsException | 认证次数超过限制 |
DisabledAccountException | 禁用的账号 |
LockedAccountException | 账号被锁定 |
UnsupportedTokenException | 使用了不支持的token |