Package ch.tocco.nice2.security.api
Class AbstractListGuard
java.lang.Object
ch.tocco.nice2.security.api.AbstractListGuard
- All Implemented Interfaces:
ListGuard
- Direct Known Subclasses:
AbstractEntityDocsGuardFactory.AbstractEntityDocsGuard
,DefaultListGuard
,DelegatingEntityDocsListGuard
,MixedListGuard
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.security.api.ListGuard
evaluatePermissions, getPrincipal, getSecured, getSecurityContext, toGuard
-
Constructor Details
-
AbstractListGuard
public AbstractListGuard()
-
-
Method Details
-
checkPermission
- Specified by:
checkPermission
in interfaceListGuard
- Throws:
UnauthorizedException
- when the permission is not granted to at least one object in this list guard
-