Class SimplePermission

  • All Implemented Interfaces:
    Comparable<Permission>

    public class SimplePermission
    extends Permission
    A class of simple permissions. Each instance holds a RequestedAction, and will only authorize that RequestedAction (or one with the same URI).