Class SecuredSelector
java.lang.Object
org.apache.jena.permissions.model.impl.SecuredSelector
-
Constructor Summary
ConstructorsConstructorDescriptionSecuredSelector
(SecuredItem securedItem) SecuredSelector
(SecuredItem securedItem, Selector selector) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isSimple()
boolean
This method is designed to be over ridden by subclasses to define application specific constraints on the statements selected.
-
Constructor Details
-
SecuredSelector
-
SecuredSelector
-
-
Method Details
-
getObject
-
getPredicate
- Specified by:
getPredicate
in interfaceSelector
-
getSubject
- Specified by:
getSubject
in interfaceSelector
-
isSimple
public boolean isSimple() -
test
This method is designed to be over ridden by subclasses to define application specific constraints on the statements selected.- Specified by:
test
in interfacePredicate<Statement>
- Parameters:
s
- the statement to be tested- Returns:
- true if the statement satisfies the constraint
- Throws:
ReadDeniedException
AuthenticationRequiredException
-