Package com.sun.identity.policy
Class ResourceMatch
java.lang.Object
com.sun.identity.policy.ResourceMatch
Deprecated.
The class
ResourceMatch
defines the results
of a resource match with respect to Policy.-
Field Summary
Modifier and TypeFieldDescriptionstatic final ResourceMatch
Deprecated.TheEXACT_MATCH
specifies the resources are exactly the same.static final ResourceMatch
Deprecated.TheNO_MATCH
specifies the resources do not matchstatic final ResourceMatch
Deprecated.TheSUB_RESOURCE_MATCH
specifies the provided resource is a sub resource.static final ResourceMatch
Deprecated.TheSUPER_RESOURCE_MATCH
specifies the provided resource is more specific than this resourcestatic final ResourceMatch
Deprecated.TheWILDCARD_MATCH
specifies the resources are wildcard match -
Method Summary
-
Field Details
-
EXACT_MATCH
Deprecated.TheEXACT_MATCH
specifies the resources are exactly the same. -
WILDCARD_MATCH
Deprecated.TheWILDCARD_MATCH
specifies the resources are wildcard match -
SUB_RESOURCE_MATCH
Deprecated.TheSUB_RESOURCE_MATCH
specifies the provided resource is a sub resource. -
SUPER_RESOURCE_MATCH
Deprecated.TheSUPER_RESOURCE_MATCH
specifies the provided resource is more specific than this resource -
NO_MATCH
Deprecated.TheNO_MATCH
specifies the resources do not match
-
-
Method Details
-
toString
Deprecated.Method to get string representation of the resource match. -
equals
Deprecated.Method to check if two resource match objects are equal. -
hashCode
public int hashCode()Deprecated.
-
ResourceMatch
instead asEntitlement
has replacedPolicy
.