Package org.entityfs.util.security

Simple AccessGranter implementations.

See:
          Description

Interface Summary
AccessGranter This is the interface of an authorization class that can make decisions on whether a Subject is authorized for a particular Permission.
 

Class Summary
AccessGranterAccessController A AccessController that uses an AccessGranter to check access.
AndAccessGranter This is an AccessGranter that permits access to an entity if all in a set of access granters do, implementing the logical operation AND.
IdentityAccessGranter A simple AccessGranter that uses the identity of entities to determine access rights.
NotAccessGranter This is an AccessGranter that reverses the decisions of another AccessGranter, implementing the logical operation NOT.
OrAccessGranter This is an AccessGranter that permits access to an entity if any in a set of access granters do, implementing the logical operation OR.
TrueAccessGranter This is an AccessGranter that always permits all kinds of access to all entities.
XorAccessGranter This is an AccessGranter that combines the decisions from two other access granters using the logical operation XOR.
 

Package org.entityfs.util.security Description

Simple AccessGranter implementations.

Since:
1.0
Author:
Karl Gustafsson