ea2c24b3cf61c49bfebc8336f580c64628467b66
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 3 | ||
Move Method public setEnableIdpInitiatedSso(enableIdpInitiatedSso boolean) : void from class org.cloudfoundry.identity.uaa.zone.SamlConfig to public setEnableIdpInitiatedSso(enableIdpInitiatedSso boolean) : void from class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlServiceProviderDefinition | From | To | |
Move Method public isEnableIdpInitiatedSso() : boolean from class org.cloudfoundry.identity.uaa.zone.SamlConfig to public isEnableIdpInitiatedSso() : boolean from class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlServiceProviderDefinition | From | To | |
Move Method public setEnableIdpInitiatedSso(enableIdpInitiatedSso boolean) : void from class org.cloudfoundry.identity.uaa.impl.config.IdentityZoneConfigurationBootstrap to public setEnableIdpInitiatedSso(enableIdpInitiatedSso boolean) : void from class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlServiceProviderDefinition | From | To | |
Extract Method | 1 | ||
Extract Method public setupForIdpInitiatedLogin(entityID String, enableIdpInitiatedSso boolean) : SAMLMessageContext extracted from public happy_path() : void in class org.cloudfoundry.identity.uaa.provider.saml.idp.IdpInitiatedLoginControllerTests | From | To |