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

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

Completed in 29 milliseconds