Package org.apache.jena.permissions
Class SecurityEvaluator.Util
java.lang.Object
org.apache.jena.permissions.SecurityEvaluator.Util
- Enclosing interface:
- SecurityEvaluator
A collection of utility functions for the SecurityEvaluator implementations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<SecurityEvaluator.Action>
asSet
(Collection<SecurityEvaluator.Action> actions) Return a collection of actions as a set.static Set<SecurityEvaluator.Action>
asSet
(SecurityEvaluator.Action[] actions) Return an array of actions as a set.
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
asSet
Return an array of actions as a set.The order of the collection is preserved
- Parameters:
actions
- The actions.- Returns:
- The set of actions.
-
asSet
Return a collection of actions as a set.The order of the collection is preserved
- Parameters:
actions
- The collection of actions.- Returns:
- The set of actions.
-