Class AllowingResourceAccessGate

  • All Implemented Interfaces:
    ResourceAccessGate

    public abstract class AllowingResourceAccessGate
    extends java.lang.Object
    implements ResourceAccessGate
    This abstract implementation of the ResourceAccessGate can be used to implement own resource access gates. This implementation simply allows operations, restricting implementations just need to overwrite the operations they want to restrict.