8c284399b17fc9cb9818f6ed07dd6beb75368a7a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getUsernameAttribute() : String renamed to public getUsernameAttributes() : List<String> in class org.glyptodon.guacamole.auth.ldap.ConfigurationService | From | To | |
Change Return Type | 1 | ||
Change Return Type String to List<String> in method public getUsernameAttributes() : List<String> in class org.glyptodon.guacamole.auth.ldap.ConfigurationService | From | To | |
Extract Variable | 1 | ||
Extract Variable password : String in method private bindAs(credentials Credentials) : LDAPConnection from class org.glyptodon.guacamole.auth.ldap.AuthenticationProviderService | From | To | |
Extract Method | 1 | ||
Extract Method private putAllUsers(users Map<String,User>, ldapConnection LDAPConnection, usernameAttribute String) : void extracted from public getUsers(ldapConnection LDAPConnection) : Map<String,User> in class org.glyptodon.guacamole.auth.ldap.user.UserService | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type LDAP_USERNAME_ATTRIBUTE : StringGuacamoleProperty to LDAP_USERNAME_ATTRIBUTE : StringListProperty in class org.glyptodon.guacamole.auth.ldap.LDAPGuacamoleProperties | From | To |