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