48a6a4700e76f384ba17e8bd57b1cc1a09004cb6
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type idpDefinitions : List<IdentityProviderDefinition> to idpDefinitions : IdentityProviderConfigurator in method public setIdpDefinitions(idpDefinitions IdentityProviderConfigurator) : void in class org.cloudfoundry.identity.uaa.authentication.login.LoginInfoEndpoint | From | To | |
Change Return Type | 1 | ||
Change Return Type ResponseEntity<ScimUser> to ScimUser in method private createUser(username String, firstName String, lastName String, email String, verified boolean) : ScimUser in class org.cloudfoundry.identity.uaa.integration.feature.OpenIdTokenGrantsIT | From | To | |
Extract Attribute | 2 | ||
Extract Attribute public DEFAULT_HTTP_SOCKET_FACTORY : String in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderDefinition | From | To | |
Extract Attribute public DEFAULT_HTTPS_SOCKET_FACTORY : String in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderDefinition | From | To | |
Move Class | 1 | ||
Move Class org.cloudfoundry.identity.uaa.integration.feature.OpenIdTokenGrantsIT.StatelessRequestFactory moved to org.cloudfoundry.identity.uaa.integration.util.IntegrationTestUtils.StatelessRequestFactory | From | To | |
Extract Method | 3 | ||
Extract Method public getExtendedMetadataDelegate(def IdentityProviderDefinition) : ExtendedMetadataDelegate extracted from public getIdentityProviders() : List<ExtendedMetadataDelegate> in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderConfigurator | From | To | |
Extract Method protected testGetIdentityProviderDefinitions(count int, addData boolean) : void extracted from protected testGetIdentityProviderDefinitions(count int) : void in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderConfiguratorTests | From | To | |
Extract Method public getIdentityProviders(zone IdentityZone) : List<ExtendedMetadataDelegate> extracted from public getIdentityProviders() : List<ExtendedMetadataDelegate> in class org.cloudfoundry.identity.uaa.login.saml.IdentityProviderConfigurator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type idpDefinitions : List<IdentityProviderDefinition> to idpDefinitions : IdentityProviderConfigurator in class org.cloudfoundry.identity.uaa.authentication.login.LoginInfoEndpoint | From | To |