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

/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/dashboard/
H A DOathDevicesResourceTest.java86 private AuthenticatorOathService oathService; field in class:OathDevicesResourceTest
95 given(oathServiceFactory.create(anyString())).willReturn(oathService);
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/devices/oath/
H A DOathDevicesResourceTest.java88 private AuthenticatorOathService oathService; field in class:OathDevicesResourceTest
98 given(oathServiceFactory.create(anyString())).willReturn(oathService);

Completed in 22 milliseconds