Searched defs:SUB_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.java55 * The <code>SUB_RESOURCE_MATCH</code> specifies
59 SUB_RESOURCE_MATCH = new ResourceMatch("sub_resource_match"); field in class:ResourceMatch
/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/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
/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-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
/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
/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,

Completed in 41 milliseconds