Shiro的授权机制?

Shiro常见3种授权判断方式:

编码实现

Shiro的授权机制?_第1张图片

注解实现    

@RequiresRoles("admin")
public void hello() {
//有权限
}

jsp页面引入shiro标签

Shiro的授权机制?_第2张图片

你可能感兴趣的:(java,html,servlet)