This is Stuff: Apache Shiro Part 2 - Realms, Database and PGP Certificates - 0 views
-
Apache Shiro Part 2 - Realms, Database and PGP Certificates
- ...9 more annotations...
-
account credentials and access rights are stored in database. Stored passwords are hashed and salted.
-
If the realm wishes to do also authorization, it has to implement Authorizer interface. Each Authorizer method takes principal as parameter and checks either role(s) or permission(s)