Class SecuredItemInvoker

java.lang.Object
org.apache.jena.permissions.impl.SecuredItemInvoker
All Implemented Interfaces:
InvocationHandler

public class SecuredItemInvoker extends Object implements InvocationHandler
A generic InvocationHandler that handles the general invocation of the security methods.
  • Constructor Details

    • SecuredItemInvoker

      public SecuredItemInvoker(Class<?> securedClass, SecuredItem securedItem)
      Constructor.
      Parameters:
      securedClass - The class of the object that is being protected.
      securedItem - The implementation of the SecuredItem version of the object.
  • Method Details