acciente / oacc-core

OACC (Object ACcess Control) is an advanced Java Application Security Framework
http://oaccframework.org/
Apache License 2.0
107 stars 23 forks source link

what is the difference between Shiro #18

Open bjhx2003 opened 8 years ago

bjhx2003 commented 8 years ago

what is the difference between Shiro ?

adinath-raveendraraj commented 8 years ago

Please find a brief response to your question here: https://groups.google.com/forum/#!topic/oacc-users/P0Syz0eZqPk

adinath-raveendraraj commented 7 years ago

You can find a more general comparison between OACC and other security frameworks here: https://dzone.com/articles/a-different-kind-of-java-security-framework

SemanticBeeng commented 5 years ago

One of the main difference is the abstraction for the protected resource.

http://oaccframework.org/documentation.html

"OACC provides an API to manage security relationships like the above. Most current security frameworks for Java™, however, do not, because their security model lacks an abstraction for the application resources being secured. This forces the application developer to implement a means to store and manage the security relationships. The abstraction for an application resource is core to OACC's security model."