Searched refs:SUB_RESOURCE_MATCH (Results 1 - 25 of 54) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/entitlement/
H A DSubtreeWildcardTest.java45 ResourceMatch.SUB_RESOURCE_MATCH);
75 ResourceMatch.SUB_RESOURCE_MATCH);
80 ResourceMatch.SUB_RESOURCE_MATCH);
85 ResourceMatch.SUB_RESOURCE_MATCH);
90 ResourceMatch.SUB_RESOURCE_MATCH);
100 ResourceMatch.SUB_RESOURCE_MATCH);
105 ResourceMatch.SUB_RESOURCE_MATCH);
110 ResourceMatch.SUB_RESOURCE_MATCH);
115 ResourceMatch.SUB_RESOURCE_MATCH);
120 ResourceMatch.SUB_RESOURCE_MATCH);
[all...]
/forgerock/openam/openam-core/src/test/java/com/sun/identity/entitlement/
H A DSubtreeWildcardTest.java45 ResourceMatch.SUB_RESOURCE_MATCH);
75 ResourceMatch.SUB_RESOURCE_MATCH);
80 ResourceMatch.SUB_RESOURCE_MATCH);
85 ResourceMatch.SUB_RESOURCE_MATCH);
90 ResourceMatch.SUB_RESOURCE_MATCH);
100 ResourceMatch.SUB_RESOURCE_MATCH);
105 ResourceMatch.SUB_RESOURCE_MATCH);
110 ResourceMatch.SUB_RESOURCE_MATCH);
115 ResourceMatch.SUB_RESOURCE_MATCH);
120 ResourceMatch.SUB_RESOURCE_MATCH);
[all...]
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/shared/resourcename/
H A DBaseURLResourceNameTest.java70 match(SUB_RESOURCE_MATCH, "http://example.com:80/fred", "http*://*example.com:*/fred/devil", true);
71 match(SUB_RESOURCE_MATCH, "http://example.com:8080/", "http://example.com:8080/foo/index.html", true);
72 match(SUB_RESOURCE_MATCH, "http://example.com:8080", "http://example.com:8080/foo/index.html", true);
73 match(SUB_RESOURCE_MATCH, "http://example.com:8080/", "http://example.com:8080/foo*", true);
94 NO_MATCH, EXACT_MATCH, WILDCARD_MATCH, SUB_RESOURCE_MATCH, SUPER_RESOURCE_MATCH; enum constant in enum:BaseURLResourceNameTest.ResourceMatch
100 super(Debug.getInstance("test"), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH, SUPER_RESOURCE_MATCH,
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/shared/resourcename/
H A DBaseURLResourceNameTest.java70 match(SUB_RESOURCE_MATCH, "http://example.com:80/fred", "http*://*example.com:*/fred/devil", true);
71 match(SUB_RESOURCE_MATCH, "http://example.com:8080/", "http://example.com:8080/foo/index.html", true);
72 match(SUB_RESOURCE_MATCH, "http://example.com:8080", "http://example.com:8080/foo/index.html", true);
73 match(SUB_RESOURCE_MATCH, "http://example.com:8080/", "http://example.com:8080/foo*", true);
94 NO_MATCH, EXACT_MATCH, WILDCARD_MATCH, SUB_RESOURCE_MATCH, SUPER_RESOURCE_MATCH; enum constant in enum:BaseURLResourceNameTest.ResourceMatch
100 super(Debug.getInstance("test"), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH, SUPER_RESOURCE_MATCH,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceMatch.java55 * The <code>SUB_RESOURCE_MATCH</code> specifies
59 SUB_RESOURCE_MATCH = new ResourceMatch("sub_resource_match"); field in class:ResourceMatch
H A DURLResourceName.java49 super(Debug.getInstance("Entitlement"), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH,
H A DPrefixResourceName.java58 super(Debug.getInstance("Entitlement"), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH, SUPER_RESOURCE_MATCH,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceMatch.java60 * The <code>SUB_RESOURCE_MATCH</code> specifies
64 SUB_RESOURCE_MATCH = new ResourceMatch("sub_resource_match"); field in class:ResourceMatch
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/whitelist/
H A DResourceMatch.java57 * The <code>SUB_RESOURCE_MATCH</code> specifies
61 SUB_RESOURCE_MATCH = new ResourceMatch("sub_resource_match"); field in class:ResourceMatch
H A DURLResourceName.java52 super(Debug.getInstance("patternMatching"), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH,
H A DHttpURLResourceName.java66 * ResourceMatch.SUB_RESOURCE_MATCH means targetResource is
136 return ResourceMatch.SUB_RESOURCE_MATCH;
173 } else if (res == ResourceMatch.SUB_RESOURCE_MATCH) {
174 res = ResourceMatch.SUB_RESOURCE_MATCH;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/whitelist/
H A DResourceMatch.java57 * The <code>SUB_RESOURCE_MATCH</code> specifies
61 SUB_RESOURCE_MATCH = new ResourceMatch("sub_resource_match"); field in class:ResourceMatch
H A DURLResourceName.java52 super(Debug.getInstance("patternMatching"), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH,
H A DHttpURLResourceName.java66 * ResourceMatch.SUB_RESOURCE_MATCH means targetResource is
136 return ResourceMatch.SUB_RESOURCE_MATCH;
173 } else if (res == ResourceMatch.SUB_RESOURCE_MATCH) {
174 res = ResourceMatch.SUB_RESOURCE_MATCH;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceMatch.java55 * The <code>SUB_RESOURCE_MATCH</code> specifies
59 SUB_RESOURCE_MATCH = new ResourceMatch("sub_resource_match"); field in class:ResourceMatch
H A DURLResourceName.java49 super(Debug.getInstance("Entitlement"), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH,
H A DRegExResourceName.java96 return ResourceMatch.SUB_RESOURCE_MATCH;
142 return ResourceMatch.SUB_RESOURCE_MATCH;
154 return ResourceMatch.SUB_RESOURCE_MATCH;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceMatch.java60 * The <code>SUB_RESOURCE_MATCH</code> specifies
64 SUB_RESOURCE_MATCH = new ResourceMatch("sub_resource_match"); field in class:ResourceMatch
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DURLResourceName.java53 super(Debug.getInstance(PolicyManager.POLICY_DEBUG_NAME), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH,
H A DSuffixResourceName.java118 * ResourceMatch.SUB_RESOURCE_MATCH means targetResource is
189 return (ResourceMatch.SUB_RESOURCE_MATCH);
208 return (ResourceMatch.SUB_RESOURCE_MATCH);
229 return (ResourceMatch.SUB_RESOURCE_MATCH);
245 return (ResourceMatch.SUB_RESOURCE_MATCH);
249 return (ResourceMatch.SUB_RESOURCE_MATCH);
263 return (ResourceMatch.SUB_RESOURCE_MATCH);
H A DPrefixResourceName.java57 super(Debug.getInstance(PolicyManager.POLICY_DEBUG_NAME), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DURLResourceName.java53 super(Debug.getInstance(PolicyManager.POLICY_DEBUG_NAME), EXACT_MATCH, NO_MATCH, SUB_RESOURCE_MATCH,
H A DSuffixResourceName.java118 * ResourceMatch.SUB_RESOURCE_MATCH means targetResource is
189 return (ResourceMatch.SUB_RESOURCE_MATCH);
208 return (ResourceMatch.SUB_RESOURCE_MATCH);
229 return (ResourceMatch.SUB_RESOURCE_MATCH);
245 return (ResourceMatch.SUB_RESOURCE_MATCH);
249 return (ResourceMatch.SUB_RESOURCE_MATCH);
263 return (ResourceMatch.SUB_RESOURCE_MATCH);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/
H A DConstraintValidatorImpl.java141 if (match == ResourceMatch.EXACT_MATCH || match == ResourceMatch.SUB_RESOURCE_MATCH) {
174 || match == ResourceMatch.SUB_RESOURCE_MATCH) {
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/
H A DConstraintValidatorImpl.java142 if (match == ResourceMatch.EXACT_MATCH || match == ResourceMatch.SUB_RESOURCE_MATCH) {
175 || match == ResourceMatch.SUB_RESOURCE_MATCH) {

Completed in 43 milliseconds

123