org.springframework.security.oauth2.provider.ClientDetailsService to org.cloudfoundry.identity.uaa.zone.ClientServicesExtension
No. of Instances - 73
No. of Commits - 2
No. of Projects - {'uaa'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: External -> Internal
Mapping:
- Update argument list (Method invocation)
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- loadClientByClientId to loadClientByClientId
- Add or Remove Method invocation
- clientDetailsService.loadClientByClientId(client_ids[0]) to clientDetailsService.loadClientByClientId(client_ids[0],IdentityZoneHolder.get().getId())
- when(clientDetailsService.loadClientByClientId(eq(clientId))) to when(clientDetailsService.loadClientByClientId(eq(clientId),anyString()))
- when(clientDetailsService.loadClientByClientId(eq(requestingClient.getClientId()))) to when(clientDetailsService.loadClientByClientId(eq(requestingClient.getClientId()),anyString()))
- when(clientDetailsService.loadClientByClientId(eq(receivingClient.getClientId()))) to when(clientDetailsService.loadClientByClientId(eq(receivingClient.getClientId()),anyString()))
- clientDetailsService.loadClientByClientId(tokenRequest.getRequestParameters().get(CLIENT_ID)) to clientDetailsService.loadClientByClientId(tokenRequest.getRequestParameters().get(CLIENT_ID),IdentityZoneHolder.get().getId())
- clientDetailsService.loadClientByClientId(clientId) to clientDetailsService.loadClientByClientId(clientId,IdentityZoneHolder.get().getId())
- clients.loadClientByClientId(clientId) to clients.loadClientByClientId(clientId,IdentityZoneHolder.get().getId())
- when(clientDetailsService.loadClientByClientId("client-id")) to when(clientDetailsService.loadClientByClientId(eq("client-id"),anyString()))
- when(clientDetailsService.loadClientByClientId(eq(client.getClientId()))) to when(clientDetailsService.loadClientByClientId(eq(client.getClientId()),anyString()))
- when(clientDetailsService.loadClientByClientId(anyString())) to when(clientDetailsService.loadClientByClientId(anyString(),anyString()))
- when(clientDetailsService.loadClientByClientId(anyString())) to when(clientDetailsService.loadClientByClientId(anyString(),anyString()))
- when(clientDetailsService.loadClientByClientId(anyString())) to when(clientDetailsService.loadClientByClientId(anyString(),anyString()))
- when(clientDetailsService.loadClientByClientId(anyString())) to when(clientDetailsService.loadClientByClientId(anyString(),anyString()))
- when(clientDetailsService.loadClientByClientId(eq(requestingClient.getClientId()))) to when(clientDetailsService.loadClientByClientId(eq(requestingClient.getClientId()),anyString()))
- when(clientDetailsService.loadClientByClientId(eq(receivingClient.getClientId()))) to when(clientDetailsService.loadClientByClientId(eq(receivingClient.getClientId()),anyString()))
- clientDetailsService.loadClientByClientId(clientId) to clientDetailsService.loadClientByClientId(clientId,IdentityZoneHolder.get().getId())
- clientDetailsService.loadClientByClientId(clientId) to clientDetailsService.loadClientByClientId(clientId,IdentityZoneHolder.get().getId())
- clientDetailsService.loadClientByClientId(clientId) to clientDetailsService.loadClientByClientId(clientId,IdentityZoneHolder.get().getId())
- when(clientDetailsService.loadClientByClientId(eq(client.getClientId()))) to when(clientDetailsService.loadClientByClientId(eq(client.getClientId()),eq(zoneID)))
- when(clientDetailsService.loadClientByClientId(anyString())) to when(clientDetailsService.loadClientByClientId(anyString(),anyString()))
- Mockito.when(clientDetailsService.loadClientByClientId("app")) to Mockito.when(clientDetailsService.loadClientByClientId("app","uaa"))
- Mockito.when(clientDetailsService.loadClientByClientId("other-client")) to Mockito.when(clientDetailsService.loadClientByClientId("other-client","uaa"))
- Mockito.when(clientDetailsService.loadClientByClientId("app")) to Mockito.when(clientDetailsService.loadClientByClientId("app","uaa"))
- Cascading Type Change (Similar)
- ClientDetailsService to ClientServicesExtension
- ClientDetailsService to ClientServicesExtension
- ClientDetailsService to ClientServicesExtension
- ClientDetailsService to ClientServicesExtension
- ClientDetailsService to ClientServicesExtension
- ClientDetailsService to ClientServicesExtension
- ClientDetailsService to ClientServicesExtension
- ClientDetailsService to ClientServicesExtension
- ClientDetailsService to ClientServicesExtension
- ClientDetailsService to ClientServicesExtension
- ClientDetailsService to ClientServicesExtension
- Wrap or Un-wrap