Shiro获取当前登录的用户信息

Shiro获取当前登录的用户信息,User是ream中登录时放进去的对象信息

User user = (User) SecurityUtils.getSubject().getPrincipal();

你可能感兴趣的:(Shiro获取当前登录的用户信息)