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

/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV1Test.java45 private AuthenticationServiceV1 authServiceV1; field in class:AuthenticationServiceV1Test
49 authServiceV1 = new AuthenticationServiceV1(mock(RestAuthenticationHandler.class));
61 Response response = authServiceV1.authenticate(context, httpRequest);
80 Response response = authServiceV1.handleErrorResponse(httpRequest, Status.valueOf(exception.getStatusCode()), exception);
98 Response response = authServiceV1.handleErrorResponse(httpRequest, Status.valueOf(401), exception);
115 String message = authServiceV1.getLocalizedMessage(httpRequest, exception);
130 String message = authServiceV1.getLocalizedMessage(httpRequest, exception);
144 String message = authServiceV1.getLocalizedMessage(httpRequest, exception);
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV1Test.java45 private AuthenticationServiceV1 authServiceV1; field in class:AuthenticationServiceV1Test
49 authServiceV1 = new AuthenticationServiceV1(mock(RestAuthenticationHandler.class));
61 Response response = authServiceV1.authenticate(context, httpRequest);
80 Response response = authServiceV1.handleErrorResponse(httpRequest, Status.valueOf(exception.getStatusCode()), exception);
98 Response response = authServiceV1.handleErrorResponse(httpRequest, Status.valueOf(401), exception);
115 String message = authServiceV1.getLocalizedMessage(httpRequest, exception);
130 String message = authServiceV1.getLocalizedMessage(httpRequest, exception);
144 String message = authServiceV1.getLocalizedMessage(httpRequest, exception);

Completed in 27 milliseconds