Searched defs:URL_USER_TEST1 (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPolicyWildcardTest.java64 private static String URL_USER_TEST1 = "https://www.forgerock.com:443/example/results?cid=14"; field in class:PolicyWildcardTest
140 Assert.assertTrue(pe.isAllowed(userSSOToken, URL_USER_TEST1, Util.GET_ACTION), "Expecting " + URL_USER_TEST1 + " to be allowed.");
182 Util.isGetPostAllowed(userSSOToken, URL_USER_TEST1, ResourceResult.SELF_SCOPE), "Expecting SELF " + URL_USER_TEST1 + " to be allowed.");
203 Util.isGetPostAllowed(userSSOToken, URL_USER_TEST1, ResourceResult.SUBTREE_SCOPE), "Expecting SUBTREE " + URL_USER_TEST1 + " to be allowed.");
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPolicyWildcardTest.java64 private static String URL_USER_TEST1 = "https://www.forgerock.com:443/example/results?cid=14"; field in class:PolicyWildcardTest
140 Assert.assertTrue(pe.isAllowed(userSSOToken, URL_USER_TEST1, Util.GET_ACTION), "Expecting " + URL_USER_TEST1 + " to be allowed.");
182 Util.isGetPostAllowed(userSSOToken, URL_USER_TEST1, ResourceResult.SELF_SCOPE), "Expecting SELF " + URL_USER_TEST1 + " to be allowed.");
203 Util.isGetPostAllowed(userSSOToken, URL_USER_TEST1, ResourceResult.SUBTREE_SCOPE), "Expecting SUBTREE " + URL_USER_TEST1 + " to be allowed.");

Completed in 27 milliseconds