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

/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DIdTokenClaimGathererTest.java56 private IdTokenClaimGatherer claimGatherer; field in class:IdTokenClaimGathererTest
83 claimGatherer = spy(new IdTokenClaimGatherer(oAuth2ProviderSettingsFactory, oauth2UrisFactory,
125 String requestingPartyId = claimGatherer.getRequestingPartyId(oAuth2Request, authorizationApiToken, claimToken);
141 String requestingPartyId = claimGatherer.getRequestingPartyId(oAuth2Request, authorizationApiToken, claimToken);
157 String requestingPartyId = claimGatherer.getRequestingPartyId(oAuth2Request, authorizationApiToken, claimToken);
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DIdTokenClaimGathererTest.java55 private IdTokenClaimGatherer claimGatherer; field in class:IdTokenClaimGathererTest
82 claimGatherer = spy(new IdTokenClaimGatherer(oAuth2ProviderSettingsFactory, oauth2UrisFactory,
124 String requestingPartyId = claimGatherer.getRequestingPartyId(oAuth2Request, authorizationApiToken, claimToken);
140 String requestingPartyId = claimGatherer.getRequestingPartyId(oAuth2Request, authorizationApiToken, claimToken);
156 String requestingPartyId = claimGatherer.getRequestingPartyId(oAuth2Request, authorizationApiToken, claimToken);

Completed in 20 milliseconds