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

/forgerock/openam-v13/openam-rest/src/test/java/org/forgerock/openam/rest/authz/
H A DPrivilegeAuthzModuleTest.java92 private static final Function<String, String, NeverThrowsException> DUMB_FUNC = field in class:PrivilegeAuthzModuleTest
150 "/abc", "rest", "1.0", "policies", "read", actions, EXTENSIONS, DUMB_FUNC);
180 "/abc", "rest", "1.0", "policies", "read", actions, EXTENSIONS, DUMB_FUNC);
212 "/abc", "rest", "1.0", "policies", "modify", actions, EXTENSIONS, DUMB_FUNC);
243 "/abc", "rest", "1.0", "policies", "modify", actions, EXTENSIONS, DUMB_FUNC);
274 "/abc", "rest", "1.0", "policies", "modify", actions, EXTENSIONS, DUMB_FUNC);
305 "/abc", "rest", "1.0", "policies", "modify", actions, EXTENSIONS, DUMB_FUNC);
336 "/abc", "rest", "1.0", "policies", "evaluate", actions, EXTENSIONS, DUMB_FUNC);
367 "/abc", "rest", "1.0", "policies", "destroy", actions, EXTENSIONS, DUMB_FUNC);
413 "/abc", "rest", "1.0", "policies", "modify", actions, EXTENSIONS, DUMB_FUNC);
[all...]
/forgerock/openam/openam-rest/src/test/java/org/forgerock/openam/rest/authz/
H A DPrivilegeAuthzModuleTest.java98 private static final Function<String, String, NeverThrowsException> DUMB_FUNC = field in class:PrivilegeAuthzModuleTest
170 "/abc", "rest", "1.0", "policies", "read", actions, EXTENSIONS, DUMB_FUNC);
200 "/abc", "rest", "1.0", "policies", "read", actions, EXTENSIONS, DUMB_FUNC);
232 "/abc", "rest", "1.0", "policies", "modify", actions, EXTENSIONS, DUMB_FUNC);
263 "/abc", "rest", "1.0", "policies", "modify", actions, EXTENSIONS, DUMB_FUNC);
294 "/abc", "rest", "1.0", "policies", "modify", actions, EXTENSIONS, DUMB_FUNC);
325 "/abc", "rest", "1.0", "policies", "modify", actions, EXTENSIONS, DUMB_FUNC);
356 "/abc", "rest", "1.0", "policies", "evaluate", actions, EXTENSIONS, DUMB_FUNC);
387 "/abc", "rest", "1.0", "policies", "evaluate", actions, EXTENSIONS, DUMB_FUNC);
418 "/abc", "rest", "1.0", "policies", "destroy", actions, EXTENSIONS, DUMB_FUNC);
[all...]

Completed in 34 milliseconds