Class ResourceMatch

java.lang.Object
com.sun.identity.policy.ResourceMatch

@SupportedAll @Deprecated public class ResourceMatch extends Object
Deprecated.
As of OpenSSO Express 8.0, use ResourceMatch instead as Entitlement has replaced Policy.
The class ResourceMatch defines the results of a resource match with respect to Policy.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ResourceMatch
    Deprecated.
    The EXACT_MATCH specifies the resources are exactly the same.
    static final ResourceMatch
    Deprecated.
    The NO_MATCH specifies the resources do not match
    static final ResourceMatch
    Deprecated.
    The SUB_RESOURCE_MATCH specifies the provided resource is a sub resource.
    static final ResourceMatch
    Deprecated.
    The SUPER_RESOURCE_MATCH specifies the provided resource is more specific than this resource
    static final ResourceMatch
    Deprecated.
    The WILDCARD_MATCH specifies the resources are wildcard match
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object resourceMatch)
    Deprecated.
    Method to check if two resource match objects are equal.
    int
    Deprecated.
     
    Deprecated.
    Method to get string representation of the resource match.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • EXACT_MATCH

      public static final ResourceMatch EXACT_MATCH
      Deprecated.
      The EXACT_MATCH specifies the resources are exactly the same.
    • WILDCARD_MATCH

      public static final ResourceMatch WILDCARD_MATCH
      Deprecated.
      The WILDCARD_MATCH specifies the resources are wildcard match
    • SUB_RESOURCE_MATCH

      public static final ResourceMatch SUB_RESOURCE_MATCH
      Deprecated.
      The SUB_RESOURCE_MATCH specifies the provided resource is a sub resource.
    • SUPER_RESOURCE_MATCH

      public static final ResourceMatch SUPER_RESOURCE_MATCH
      Deprecated.
      The SUPER_RESOURCE_MATCH specifies the provided resource is more specific than this resource
    • NO_MATCH

      public static final ResourceMatch NO_MATCH
      Deprecated.
      The NO_MATCH specifies the resources do not match
  • Method Details

    • toString

      public String toString()
      Deprecated.
      Method to get string representation of the resource match.
      Overrides:
      toString in class Object
      Returns:
      string representation of the resource match.
    • equals

      public boolean equals(Object resourceMatch)
      Deprecated.
      Method to check if two resource match objects are equal.
      Overrides:
      equals in class Object
      Parameters:
      resourceMatch - object to which this object will be compared with
      Returns:
      true if the resources match; false otherwise;
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object