0b4a31ea877d1eefff2fd744af21bf718cad6a1b
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type oauthIdpDefintions : Map<String,AbstractXOAuthIdentityProviderDefinition> to oauthIdpDefintions : List<IdentityProviderWrapper> in method public setOauthIdpDefinitions(oauthIdpDefintions List<IdentityProviderWrapper>) : void in class org.cloudfoundry.identity.uaa.impl.config.IdentityProviderBootstrap | From | To | |
Rename Class | 1 | ||
Rename Class org.cloudfoundry.identity.uaa.provider.oauth.OauthIdentityProviderDefinitionFactoryBean renamed to org.cloudfoundry.identity.uaa.provider.oauth.OauthIDPWrapperFactoryBean | From | To | |
Move Class | 1 | ||
Move Class org.cloudfoundry.identity.uaa.impl.config.IdentityProviderBootstrap.IdentityProviderWrapper moved to org.cloudfoundry.identity.uaa.provider.IdentityProviderWrapper | From | To | |
Extract Method | 1 | ||
Extract Method public setOauthIDPWrappers() : void extracted from public test_oauth_and_oidc_provider_override_false() : void in class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrapTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type oauthIdpDefintions : Map<String,AbstractXOAuthIdentityProviderDefinition> to oauthIdpDefintions : List<IdentityProviderWrapper> in class org.cloudfoundry.identity.uaa.impl.config.IdentityProviderBootstrap | From | To | |
Change Attribute Type factoryBean : OauthIdentityProviderDefinitionFactoryBean to factoryBean : OauthIDPWrapperFactoryBean in class org.cloudfoundry.identity.uaa.provider.oauth.OauthIdentityProviderDefinitionFactoryBeanTest | From | To |