Laures
Laures

Reputation: 5479

Alternatives to spring-security in Java (spring)

I'm looking for a good security framework that allows to annotate parameter based access rules to methods.

Basicly i want to check if the authenticated user is allowed to call a certain method with a specific object as a parameter.

Spring security would serve my needs but because of this (spring forum) i'm looking for alternatives if i'm unable to get it to work.

Requirements:

Any recommendations?

Upvotes: 14

Views: 13391

Answers (1)

Joop Eggen
Joop Eggen

Reputation: 109547

Apache Shiro stands in competition to Spring Security. Is easier, covers more. See here.

Upvotes: 14

Related Questions