mgamer
mgamer

Reputation: 14060

Acl mechanism for JSF

Is there some ready-to-use ACL mechanism for JSF? I know JBoss Seam comes with something like that, but switching to JBoss Seam is not an option in my case.

What I need is to easily define which pages given user is allowed to see and which actions to invoke.

Upvotes: 0

Views: 560

Answers (1)

Bozho
Bozho

Reputation: 597324

If I understand correctly, you can check spring security

Upvotes: 2

Related Questions