9f759ed77cdba926873e92698b14a8f973b85b3d
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method protected getProtocolMapperyEntityByName(name String) : ProtocolMapperEntity renamed to protected getProtocolMapperEntityByName(protocol String, name String) : ProtocolMapperEntity in class org.keycloak.models.mongo.keycloak.adapters.RealmAdapter | From | To | |
| Rename Method public setProtocolClaimMappings(protocolClaimMappings Set<String>) : void renamed to public setProtocolMappers(protocolMappers List<ClientProtocolMappingRepresentation>) : void in class org.keycloak.representations.idm.OAuthClientRepresentation | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type protocolClaimMappings : Set<String> to protocolMappers : List<ClientProtocolMappingRepresentation> in method public setProtocolMappers(protocolMappers List<ClientProtocolMappingRepresentation>) : void in class org.keycloak.representations.idm.OAuthClientRepresentation | From | To | |
| Change Parameter Type protocolMappers : Set<String> to protocolMappers : List<ClientProtocolMappingRepresentation> in method public setProtocolMappers(protocolMappers List<ClientProtocolMappingRepresentation>) : void in class org.keycloak.representations.idm.ApplicationRepresentation | From | To | |
| Rename Variable | 2 | ||
| Rename Variable name : String to id : String in method public addProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter | From | To | |
| Rename Variable name : String to id : String in method public setProtocolMappers(mappings Set<String>) : void in class org.keycloak.models.jpa.ClientAdapter | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Set<String> to List<ClientProtocolMappingRepresentation> in method public getProtocolMappers() : List<ClientProtocolMappingRepresentation> in class org.keycloak.representations.idm.ApplicationRepresentation | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute protocolClaimMappings : Set<String> to protocolMappers : List<ClientProtocolMappingRepresentation> in class org.keycloak.representations.idm.OAuthClientRepresentation | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type mappings : Set<String> to mappings : List<ClientProtocolMappingRepresentation> in method public toRepresentation(applicationModel ApplicationModel) : ApplicationRepresentation in class org.keycloak.models.utils.ModelToRepresentation | From | To | |
| Change Variable Type mappings : Set<String> to mappings : List<ClientProtocolMappingRepresentation> in method public toRepresentation(model OAuthClientModel) : OAuthClientRepresentation in class org.keycloak.models.utils.ModelToRepresentation | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type protocolMappers : Set<String> to protocolMappers : List<ClientProtocolMappingRepresentation> in class org.keycloak.representations.idm.ApplicationRepresentation | From | To | |
| Change Attribute Type protocolClaimMappings : Set<String> to protocolMappers : List<ClientProtocolMappingRepresentation> in class org.keycloak.representations.idm.OAuthClientRepresentation | From | To | |
| Rename Parameter | 7 | ||
| Rename Parameter protocolClaimMappings : Set<String> to protocolMappers : List<ClientProtocolMappingRepresentation> in method public setProtocolMappers(protocolMappers List<ClientProtocolMappingRepresentation>) : void in class org.keycloak.representations.idm.OAuthClientRepresentation | From | To | |
| Rename Parameter mapperNames : Set<String> to mapperIds : Set<String> in method public addProtocolMappers(mapperIds Set<String>) : void in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter | From | To | |
| Rename Parameter mapperNames : Set<String> to mapperIds : Set<String> in method public removeProtocolMappers(mapperIds Set<String>) : void in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter | From | To | |
| Rename Parameter mapperNames : Set<String> to mapperIds : Set<String> in method public setProtocolMappers(mapperIds Set<String>) : void in class org.keycloak.models.ClientModel | From | To | |
| Rename Parameter mapperNames : Set<String> to mapperIds : Set<String> in method public addProtocolMappers(mapperIds Set<String>) : void in class org.keycloak.models.ClientModel | From | To | |
| Rename Parameter mapperNames : Set<String> to mapperIds : Set<String> in method public setProtocolMappers(mapperIds Set<String>) : void in class org.keycloak.models.mongo.keycloak.adapters.ClientAdapter | From | To | |
| Rename Parameter mapperNames : Set<String> to mapperIds : Set<String> in method public removeProtocolMappers(mapperIds Set<String>) : void in class org.keycloak.models.ClientModel | From | To |