|
@@ -83,7 +83,6 @@ public class ShiroRealm extends AuthorizingRealm {
|
|
*/
|
|
*/
|
|
@Override
|
|
@Override
|
|
protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken auth) throws AuthenticationException {
|
|
protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken auth) throws AuthenticationException {
|
|
- log.info("————身份认证————");
|
|
|
|
if (!Check.isNull(auth)) {
|
|
if (!Check.isNull(auth)) {
|
|
String token = (String) auth.getCredentials();
|
|
String token = (String) auth.getCredentials();
|
|
if (token != null) {
|
|
if (token != null) {
|