e4204a56f50fdca6ddfd0a062a40ea13db9980ce
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 4 | ||
Extract Variable identityProvider : IdentityProviderModel in method public create(uriInfo UriInfo, representation IdentityProviderRepresentation) : Response from class org.keycloak.services.resources.admin.IdentityProvidersResource | From | To | |
Extract Variable username : String in method protected doGetFederatedIdentity(accessToken String) : BrokeredIdentityContext from class org.keycloak.social.github.GitHubIdentityProvider | From | To | |
Extract Variable username : String in method protected doGetFederatedIdentity(accessToken String) : BrokeredIdentityContext from class org.keycloak.social.linkedin.LinkedInIdentityProvider | From | To | |
Extract Variable username : String in method protected doGetFederatedIdentity(accessToken String) : BrokeredIdentityContext from class org.keycloak.social.stackoverflow.StackoverflowIdentityProvider | From | To | |
Extract Method | 1 | ||
Extract Method public getClaimValue(context BrokeredIdentityContext, claim String) : Object extracted from protected getClaimValue(mapperModel IdentityProviderMapperModel, context BrokeredIdentityContext) : Object in class org.keycloak.broker.oidc.mappers.AbstractClaimMapper | From | To |