db243d7377502a784179f00b8b8581f483a35fa9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method public validateGenericLdapProvider(idpDescription String, ldapProvider IdentityProvider<LdapIdentityProviderDefinition>) : void extracted from public testLdapBootstrap() : void in class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrapTest | From | To | |
Extract Method public validateOauthOidcProvider(provider Map.Entry<String,AbstractXOAuthIdentityProviderDefinition>, bootstrapOauthProvider IdentityProvider<AbstractXOAuthIdentityProviderDefinition>) : void extracted from public test_oauth_and_oidc_provider_activation() : void in class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrapTest | From | To | |
Extract Method public getProviderByOrigin(origin String, zoneId String) : IdentityProvider extracted from public afterPropertiesSet() : void in class org.cloudfoundry.identity.uaa.impl.config.IdentityProviderBootstrap | From | To | |
Extract Method private getGenericLdapConfig(idpDescription String) : HashMap<String,Object> extracted from public testLdapBootstrap() : void in class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrapTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type providers : List<IdentityProvider> to providers : List<IdentityProviderWrapper> in class org.cloudfoundry.identity.uaa.impl.config.IdentityProviderBootstrap | From | To |