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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceMatch.java41 * The <code>EXACT_MATCH</code> specifies
45 EXACT_MATCH = new ResourceMatch("exact_match"); field in class:ResourceMatch
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceMatch.java46 * The <code>EXACT_MATCH</code> specifies
50 EXACT_MATCH = new ResourceMatch("exact_match"); field in class:ResourceMatch
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceMatch.java41 * The <code>EXACT_MATCH</code> specifies
45 EXACT_MATCH = new ResourceMatch("exact_match"); field in class:ResourceMatch
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceMatch.java46 * The <code>EXACT_MATCH</code> specifies
50 EXACT_MATCH = new ResourceMatch("exact_match"); field in class:ResourceMatch
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/whitelist/
H A DResourceMatch.java43 * The <code>EXACT_MATCH</code> specifies
47 EXACT_MATCH = new ResourceMatch("exact_match"); field in class:ResourceMatch
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/whitelist/
H A DResourceMatch.java43 * The <code>EXACT_MATCH</code> specifies
47 EXACT_MATCH = new ResourceMatch("exact_match"); field in class:ResourceMatch
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/shared/resourcename/
H A DBaseURLResourceNameTest.java50 match(EXACT_MATCH, "http://example.com:80/fred/index.html", "http://example.com:80/fred/index.html", true);
51 match(EXACT_MATCH, "http://example.com:80/fred/index.html", "http://example.com:80/fred/index.html", false);
52 match(EXACT_MATCH, "http://example.com:80/fred/index.html?a=b", "http://example.com:80/fred/index.html?a=b",
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.java50 match(EXACT_MATCH, "http://example.com:80/fred/index.html", "http://example.com:80/fred/index.html", true);
51 match(EXACT_MATCH, "http://example.com:80/fred/index.html", "http://example.com:80/fred/index.html", false);
52 match(EXACT_MATCH, "http://example.com:80/fred/index.html?a=b", "http://example.com:80/fred/index.html?a=b",
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 22 milliseconds