Searched refs:authenticationLookup (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DIDPSSOFederateTest.java62 private SAMLAuthenticatorLookup authenticationLookup; field in class:IDPSSOFederateTest
80 any(PrintWriter.class))).thenReturn(authenticationLookup);
100 Mockito.verifyZeroInteractions(authenticator, authenticationLookup);
119 Mockito.verifyZeroInteractions(authenticationLookup);
137 Mockito.verify(authenticationLookup).retrieveAuthenticationFromCache();
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DIDPSSOFederateTest.java62 private SAMLAuthenticatorLookup authenticationLookup; field in class:IDPSSOFederateTest
80 any(PrintWriter.class))).thenReturn(authenticationLookup);
100 Mockito.verifyZeroInteractions(authenticator, authenticationLookup);
119 Mockito.verifyZeroInteractions(authenticationLookup);
137 Mockito.verify(authenticationLookup).retrieveAuthenticationFromCache();

Completed in 28 milliseconds