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 ResourceMatchResourceMatch. EXACT_MATCHDeprecated.TheEXACT_MATCHspecifies the resources are exactly the same.static ResourceMatchResourceMatch. NO_MATCHDeprecated.TheNO_MATCHspecifies the resources do not matchstatic ResourceMatchResourceMatch. SUB_RESOURCE_MATCHDeprecated.TheSUB_RESOURCE_MATCHspecifies the provided resource is a sub resource.static ResourceMatchResourceMatch. SUPER_RESOURCE_MATCHDeprecated.TheSUPER_RESOURCE_MATCHspecifies the provided resource is more specific than this resourcestatic ResourceMatchResourceMatch. WILDCARD_MATCHDeprecated.TheWILDCARD_MATCHspecifies the resources are wildcard match
-