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

/forgerock/openam-v13/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DOpenAMResourceOwnerSessionValidatorTest.java216 mockAcrValuesMap(Collections.<String, AuthenticationMethod>singletonMap("2",
243 mockAcrValuesMap(acrMap);
283 mockAcrValuesMap(Collections.<String, AuthenticationMethod>emptyMap());
377 private void mockAcrValuesMap(Map<String, AuthenticationMethod> mapping) throws Exception { method in class:OpenAMResourceOwnerSessionValidatorTest
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/oauth2/core/
H A DResourceOwnerSessionValidatorTest.java217 mockAcrValuesMap(Collections.<String, AuthenticationMethod>singletonMap("2",
244 mockAcrValuesMap(acrMap);
284 mockAcrValuesMap(Collections.<String, AuthenticationMethod>emptyMap());
382 private void mockAcrValuesMap(Map<String, AuthenticationMethod> mapping) throws Exception { method in class:ResourceOwnerSessionValidatorTest

Completed in 24 milliseconds