Uses of Class
com.sun.identity.policy.ResourceMatch
Package
Description
Provides classes for policy administration and evaluation.
-
Uses of ResourceMatch in com.sun.identity.policy
Modifier and TypeFieldDescriptionstatic final ResourceMatch
ResourceMatch.EXACT_MATCH
Deprecated.TheEXACT_MATCH
specifies the resources are exactly the same.static final ResourceMatch
ResourceMatch.NO_MATCH
Deprecated.TheNO_MATCH
specifies the resources do not matchstatic final ResourceMatch
ResourceMatch.SUB_RESOURCE_MATCH
Deprecated.TheSUB_RESOURCE_MATCH
specifies the provided resource is a sub resource.static final ResourceMatch
ResourceMatch.SUPER_RESOURCE_MATCH
Deprecated.TheSUPER_RESOURCE_MATCH
specifies the provided resource is more specific than this resourcestatic final ResourceMatch
ResourceMatch.WILDCARD_MATCH
Deprecated.TheWILDCARD_MATCH
specifies the resources are wildcard match