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