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