a67684f0a9225bbfbfcf76bfa62d21fdbba7e8a6
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getRoles() : Set<String> renamed to public getValues() : Set<String> in class org.wildfly.test.security.common.elytron.UserWithAttributeValues | From | To | |
Rename Method public clearRoles() : Builder renamed to public clearValues() : Builder in class org.wildfly.test.security.common.elytron.UserWithAttributeValues.Builder | From | To | |
Rename Method public withRoles(roles String...) : Builder renamed to public withValues(values String...) : Builder in class org.wildfly.test.security.common.elytron.UserWithAttributeValues.Builder | From | To | |
Rename Method public withRoles(roles Set<String>) : Builder renamed to public withValues(values Set<String>) : Builder in class org.wildfly.test.security.common.elytron.UserWithAttributeValues.Builder | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type usersWithRoles : List<UserWithRoles> to usersWithRoles : List<UserWithAttributeValues> in method public createPropertiesFiles(usersWithRoles List<UserWithAttributeValues>, realmName String) : PropertyFiles in class org.jboss.as.test.integration.web.security.WebSecurityCommon | From | To | |
Change Parameter Type userWithRoles : UserWithRoles to userWithValues : UserWithAttributeValues in method public withUser(userWithValues UserWithAttributeValues) : T in class org.wildfly.test.security.common.elytron.AbstractUserAttributeValuesCapableElement.Builder | From | To | |
Change Return Type | 1 | ||
Change Return Type UserWithRoles to UserWithAttributeValues in method public build() : UserWithAttributeValues in class org.wildfly.test.security.common.elytron.UserWithAttributeValues.Builder | From | To | |
Rename Class | 2 | ||
Rename Class org.wildfly.test.security.common.elytron.UsersRolesCapableElement renamed to org.wildfly.test.security.common.elytron.UsersAttributeValuesCapableElement | From | To | |
Rename Class org.wildfly.test.security.common.elytron.UserWithRoles renamed to org.wildfly.test.security.common.elytron.UserWithAttributeValues | From | To | |
Move Class | 1 | ||
Move Class org.wildfly.test.security.common.elytron.AbstractUserRolesCapableElement.Builder moved to org.wildfly.test.security.common.elytron.AbstractUserAttributeValuesCapableElement.Builder | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.wildfly.test.security.common.elytron.AbstractUserAttributeValuesCapableElement from classes [org.wildfly.test.security.common.elytron.FileSystemRealm, org.wildfly.test.security.common.elytron.PropertiesRealm, org.wildfly.test.security.common.elytron.PropertyFileAuthzBasedDomain, org.wildfly.test.security.common.elytron.PropertyFileBasedDomain] | From | To | |
Rename Attribute | 3 | ||
Rename Attribute roles : Set<String> to values : Set<String> in class org.wildfly.test.security.common.elytron.UserWithAttributeValues.Builder | From | To | |
Rename Attribute usersWithRoles : List<UserWithRoles> to usersWithValues : List<UserWithAttributeValues> in class org.wildfly.test.security.common.elytron.AbstractUserAttributeValuesCapableElement.Builder | From | To | |
Rename Attribute roles : Set<String> to values : Set<String> in class org.wildfly.test.security.common.elytron.UserWithAttributeValues | From | To | |
Change Variable Type | 9 | ||
Change Variable Type user : UserWithRoles to user : UserWithAttributeValues in method public create(cli CLIWrapper) : void in class org.wildfly.test.security.common.elytron.PropertyFileBasedDomain | From | To | |
Change Variable Type userWithRoles : List<UserWithRoles> to userWithRoles : List<UserWithAttributeValues> in method protected setLegacySecurityRealmBased(managementClient ManagementClient) : void in class org.jboss.as.test.integration.web.security.WebSimpleRoleMappingSecurityDomainSetup | From | To | |
Change Variable Type userWithRoles : List<UserWithRoles> to userWithRoles : List<UserWithAttributeValues> in method protected getSecurityDomains() : SecurityDomain[] in class org.jboss.as.test.integration.web.security.digest.WebSecurityDigestSecurityDomainSetup.LegacySecurityDomainsSetup | From | To | |
Change Variable Type user : UserWithRoles to user : UserWithAttributeValues in method public create(cli CLIWrapper) : void in class org.wildfly.test.security.common.elytron.PropertiesRealm | From | To | |
Change Variable Type user : UserWithRoles to user : UserWithAttributeValues in method public create(cli CLIWrapper) : void in class org.wildfly.test.security.common.elytron.PropertyFileAuthzBasedDomain | From | To | |
Change Variable Type userWithRoles : List<UserWithRoles> to userWithRoles : List<UserWithAttributeValues> in method private setupLegacySecurityDomain(managementClient ManagementClient) : void in class org.jboss.as.test.integration.web.security.jaspi.WebJaspiTestsSecurityDomainSetup | From | To | |
Change Variable Type user : UserWithRoles to user : UserWithAttributeValues in method public createPropertiesFiles(usersWithRoles List<UserWithAttributeValues>, realmName String) : PropertyFiles in class org.jboss.as.test.integration.web.security.WebSecurityCommon | From | To | |
Change Variable Type user : UserWithRoles to user : UserWithAttributeValues in method public create(cli CLIWrapper) : void in class org.wildfly.test.security.common.elytron.FileSystemRealm | From | To | |
Change Variable Type userWithRoles : List<UserWithRoles> to userWithRoles : List<UserWithAttributeValues> in method protected setLegacySecurityRealmBased(managementClient ManagementClient) : void in class org.jboss.as.test.integration.web.security.WebTestsSecurityDomainSetup | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type usersWithRoles : List<UserWithRoles> to usersWithValues : List<UserWithAttributeValues> in class org.wildfly.test.security.common.elytron.AbstractUserAttributeValuesCapableElement.Builder | From | To | |
Rename Parameter | 4 | ||
Rename Parameter userWithRoles : UserWithRoles to userWithValues : UserWithAttributeValues in method public withUser(userWithValues UserWithAttributeValues) : T in class org.wildfly.test.security.common.elytron.AbstractUserAttributeValuesCapableElement.Builder | From | To | |
Rename Parameter roles : String... to values : String... in method public withUser(username String, password String, values String...) : T in class org.wildfly.test.security.common.elytron.AbstractUserAttributeValuesCapableElement.Builder | From | To | |
Rename Parameter roles : Set<String> to values : Set<String> in method public withValues(values Set<String>) : Builder in class org.wildfly.test.security.common.elytron.UserWithAttributeValues.Builder | From | To | |
Rename Parameter roles : String... to values : String... in method public withValues(values String...) : Builder in class org.wildfly.test.security.common.elytron.UserWithAttributeValues.Builder | From | To |