Searched defs:SUPER_RESOURCE_MATCH (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceMatch.java62 * The <code>SUPER_RESOURCE_MATCH</code> specifies
67 SUPER_RESOURCE_MATCH = new ResourceMatch("super_resource_match"); field in class:ResourceMatch
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceMatch.java67 * The <code>SUPER_RESOURCE_MATCH</code> specifies
72 SUPER_RESOURCE_MATCH = new ResourceMatch("super_resource_match"); field in class:ResourceMatch
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceMatch.java62 * The <code>SUPER_RESOURCE_MATCH</code> specifies
67 SUPER_RESOURCE_MATCH = new ResourceMatch("super_resource_match"); field in class:ResourceMatch
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceMatch.java67 * The <code>SUPER_RESOURCE_MATCH</code> specifies
72 SUPER_RESOURCE_MATCH = new ResourceMatch("super_resource_match"); field in class:ResourceMatch
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/whitelist/
H A DResourceMatch.java64 * The <code>SUPER_RESOURCE_MATCH</code> specifies
69 SUPER_RESOURCE_MATCH = new ResourceMatch("super_resource_match"); field in class:ResourceMatch
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/whitelist/
H A DResourceMatch.java64 * The <code>SUPER_RESOURCE_MATCH</code> specifies
69 SUPER_RESOURCE_MATCH = new ResourceMatch("super_resource_match"); field in class:ResourceMatch
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/shared/resourcename/
H A DBaseURLResourceNameTest.java58 match(SUPER_RESOURCE_MATCH, "http://example.com:80/fred/index.html", "http*://*example.com:*/fred", true);
59 match(SUPER_RESOURCE_MATCH, "http://example.com:8080/foo/index.html", "http://example.com:8080/", true);
60 match(SUPER_RESOURCE_MATCH, "http://example.com:8080/foo/index.html", "http://example.com:8080", true);
61 match(SUPER_RESOURCE_MATCH, "http://example.com:8080/foo*", "http://example.com:8080/", true);
62 match(SUPER_RESOURCE_MATCH, "http://www.google.com:80/blah?boo=bing", "http://www.google.com:80/*", true);
63 match(SUPER_RESOURCE_MATCH, "http://www.google.com:80/index.html?abc=123?456", "http://www.google.com:80/*",
65 match(SUPER_RESOURCE_MATCH, "http://www.google.com:80/index?hello", "http://www.google.com:80/-*-", 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.java58 match(SUPER_RESOURCE_MATCH, "http://example.com:80/fred/index.html", "http*://*example.com:*/fred", true);
59 match(SUPER_RESOURCE_MATCH, "http://example.com:8080/foo/index.html", "http://example.com:8080/", true);
60 match(SUPER_RESOURCE_MATCH, "http://example.com:8080/foo/index.html", "http://example.com:8080", true);
61 match(SUPER_RESOURCE_MATCH, "http://example.com:8080/foo*", "http://example.com:8080/", true);
62 match(SUPER_RESOURCE_MATCH, "http://www.google.com:80/blah?boo=bing", "http://www.google.com:80/*", true);
63 match(SUPER_RESOURCE_MATCH, "http://www.google.com:80/index.html?abc=123?456", "http://www.google.com:80/*",
65 match(SUPER_RESOURCE_MATCH, "http://www.google.com:80/index?hello", "http://www.google.com:80/-*-", 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,

Completed in 33 milliseconds