/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | ResourceMatch.java | 41 * 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 D | ResourceMatch.java | 46 * 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 D | ResourceMatch.java | 41 * 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 D | ResourceMatch.java | 46 * 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 D | ResourceMatch.java | 43 * 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 D | ResourceMatch.java | 43 * 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 D | BaseURLResourceNameTest.java | 50 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 D | BaseURLResourceNameTest.java | 50 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,
|