刚接触shiro,老大就让我集成这个,不知道该如何下手
String token = sysUserService.authLogin(username, password);
Subject subject = SecurityUtils.getSubject();
subject.login(token);//login(org.apache.shiro.authc.AuthenticationToken)
in Subject cannot be applied to (java.lang.String)