美文网首页spring security
Shiro 实战(一)-简介

Shiro 实战(一)-简介

作者: 紫霞等了至尊宝五百年 | 来源:发表于2018-10-24 21:55 被阅读80次

介绍

Apache Shiro Features

Authentication: Sometimes referred to as ‘login’, this is the act of proving a user is who they say they are.

Authorization: The process of access control, i.e. determining ‘who’ has access to ‘what’.

Session Management: Managing user-specific sessions, even in non-web or EJB applications.

Cryptography: Keeping data secure using cryptographic algorithms while still being easy to use.



架构图

相关文章

  • Shiro 实战(一)-简介

    介绍 Authentication: Sometimes referred to as ‘login’, this...

  • Shiro学习总结(目录贴)

    目录 一、Shiro简介 二、Shiro认证

  • 2018-01-07

    shiro 1.shiro的简介: 简介 Apache Shiro 是 Java 的一个安全框架。目前,使用 Ap...

  • Shiro

    Shiro简介

  • Shiro学习笔记

    一 、Shiro入门 1.简介 Apache Shiro 是 Java 的一个安全(权限)框架。 Shiro 可以...

  • 一、Shiro简介

    目录:Shiro学习总结(目录贴) 1.1、Shiro是什么? Apache的强大并且灵活的开源安全框架。 简洁的...

  • 一、shiro简介

    简介: Apache Shiro 是一个功能强大且易于使用的Java安全(权限)框架 Shiro 让您可以快速轻松...

  • 一.Shiro简介

    一.是什么? Apache Shiro是Java的一个安全框架。Shiro可以帮助我们完成:认证、授权、加密、会话...

  • 一、shiro 简介

    ​ 今天介绍一个 框架 shiro ,什么是shiro?用shiro可以解决那些问题? 好,接下来 就说说 shi...

  • Shiro简介

    http://shiro.apache.org/introduction.html Shiro简介 Apache ...

网友评论

本文标题:Shiro 实战(一)-简介

本文链接:https://www.haomeiwen.com/subject/mllftqtx.html