Shiro 实战(一)-简介
2018-10-24 本文已影响80人
紫霞等了至尊宝五百年
介绍
Apache Shiro FeaturesAuthentication: 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.
架构图