zoukankan      html  css  js  c++  java
  • Shiro_01_概述

    Shiro 是什么

    shiro是一个综合的安全框架,它提供了比较科学的编程接口,和底层的数据存储以及顶层的应用都是低耦合的。
    shiro不依赖于web环境,也可以在javase中使用shiro
    shiro对spring提供了很好的支持,结合spring开发是可以非常快速上手的。

    Shiro 基础功能

    1. 认证(authentication)
    2. 授权(authoorization)
    3. 会话管理(Session management)
    4. 数据安全,数据加密

    shiro 博客目录

    Shiro_01_概述
    Shiro_02_基础概念
    Shiro_03_结合spring-boot TextConfigurationRealm
    Shiro_04_结合spring-boot CustomRealm
    Shiro_05_过滤器
    Shiro_06_授权
    Shiro_07_Permission
    Shiro_08_认证
    Shiro_09_Realm
    Shiro_10_CredentialsMatcher
    Shiro_11_Session_SessionDAO

    shiro 博客说明

    shiro的博客会先在非web环境下介绍一些关于shiro的概念。
    接着结合spring-boot,做web环境下的认证授权等操作
    最后针对各流程原理进行解读,包括一部分相关的源码的解读。并讲解如果客制化操作。

  • 相关阅读:
    接口内容小结
    接口的静态方法与私有方法
    接口的默认方法
    发红包O
    抽象
    《大道至简》读后感
    重写
    继承中的二义性问题
    数学应用
    继承
  • 原文地址:https://www.cnblogs.com/sariseBlog/p/14416156.html
Copyright © 2011-2022 走看看