Class RDFListSecFilter<T extends RDFList>
java.lang.Object
org.apache.jena.permissions.utils.RDFListSecFilter<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
Predicate<T>
An RDF List security filter. Filters out nodes the user can not see.
-
Constructor Summary
ConstructorsConstructorDescriptionRDFListSecFilter
(SecuredItem securedItem, Set<SecurityEvaluator.Action> perms) ConstructorRDFListSecFilter
(SecuredItem securedItem, SecurityEvaluator.Action perm) Constructor. -
Method Summary
-
Constructor Details
-
RDFListSecFilter
Constructor.- Parameters:
securedItem
- The secured item for permission checks.perm
- the permission that user must have to access the item.
-
RDFListSecFilter
Constructor- Parameters:
securedItem
- The secured item for permission checks.perms
- the set of permissions that user must have to access the item.
-
-
Method Details
-
test
Returns true if the user has access to the RDFList item.- Specified by:
test
in interfacePredicate<T extends RDFList>
- Throws:
AuthenticationRequiredException
-