Class RuntimeDataPermission<ID_TYPE extends oracle.as.scheduler.security.MetadataPermissionId>

java.lang.Object
java.security.Permission
oracle.as.scheduler.security.internal.permission.AbstractBulkPrivilegeCheckSupportPermission
oracle.as.scheduler.security.RuntimeDataPermission<ID_TYPE>
All Implemented Interfaces:
Serializable, Guard, oracle.as.scheduler.security.internal.permission.BulkPrivilegeCheckSupport, oracle.as.scheduler.security.internal.permission.MaskSupport, oracle.as.scheduler.security.internal.permission.MultistripeBulkPrivilegeCheckSupport

public class RuntimeDataPermission<ID_TYPE extends oracle.as.scheduler.security.MetadataPermissionId> extends oracle.as.scheduler.security.internal.permission.AbstractBulkPrivilegeCheckSupportPermission implements oracle.as.scheduler.security.internal.permission.MaskSupport, Serializable
Represents the access control definitions to enforce access of ESS runtime resources. RuntimeDataPermission is a basic unit encapsulating the required permissions to access ESS requests and outputs. A target of RuntimeDataPermission can either be a simple string or the full, partial or canonical form of objects of type MetadataObjectId.
See Also:
  • Constructor Details

    • RuntimeDataPermission

      public RuntimeDataPermission(String target, String actions)
      Constructs the instance of RuntimeData permission for the given target and actions
      Parameters:
      target - the String representation of targets
      actions - string representation of actions of type RuntimeDataPermission.Action
    • RuntimeDataPermission

      public RuntimeDataPermission(ID_TYPE[] targets, RuntimeDataPermission.Action... actions)
      Constructs the instance of RuntimeData permission for the given array of targets and actions
      Parameters:
      targets - the array of targets of type MetadataObjectId
      actions - array of actions of type RuntimeDataPermission.Action
    • RuntimeDataPermission

      public RuntimeDataPermission(ID_TYPE target, RuntimeDataPermission.Action... actions)
      Constructs the instance of RuntimeData permission for the given array of targets and actions
      Parameters:
      target - of type MetadataObjectId
      actions - array of actions of type RuntimeDataPermission.Action
  • Method Details

    • getPassedMetadataObjectIds

      public List<ID_TYPE> getPassedMetadataObjectIds()
      Gets the metadata object Ids for which permissions are allowed
      Returns:
      the List of passed metadata object ids.
    • getDeniedMetadataObjectIds

      public List<ID_TYPE> getDeniedMetadataObjectIds()
      Gets the metadata object Ids for which permissions are denied
      Returns:
      the List of denied metadata object ids.
    • getActionPatterns

      public List<char[]> getActionPatterns()
      Gets the patterns of actions added to this RuntimeDataPermission instance
      Specified by:
      getActionPatterns in interface oracle.as.scheduler.security.internal.permission.MaskSupport
      Returns:
      the List of action patterns
    • getActionMasks

      public List<Integer> getActionMasks()
      Gets the masks of actions added to this RuntimeDataPermission instance
      Specified by:
      getActionMasks in interface oracle.as.scheduler.security.internal.permission.MaskSupport
      Returns:
      the List of action masks
    • implies

      public boolean implies(Permission p)
      Checks if the specified RuntimeDataPermission's actions are "implied by" this object's actions.

      Overrides:
      implies in class oracle.as.scheduler.security.internal.permission.AbstractBulkPrivilegeCheckSupportPermission
      Parameters:
      p - the permission to check against.
      Returns:
      true if the specified RuntimeDataPermission is implied by this object, false if not.
    • equals

      public boolean equals(Object obj)
      Checks two MetadataPermission objects for equality. Checks that obj is a MetadataPermission, and has the same pathname and actions as this object.

      Specified by:
      equals in class Permission
      Parameters:
      obj - the object we are testing for equality with this object.
      Returns:
      true if obj is a MetadataPermission, and has the same pathname and actions as this MetadataPermission object, false otherwise.
    • newPermissionCollection

      public PermissionCollection newPermissionCollection()
      Overrides:
      newPermissionCollection in class Permission
    • getRuntimeTargetNames

      public List<String> getRuntimeTargetNames()