98bd3ead2179febdafcae7935811da88a05beda1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private getLDAPAttributes(ldapConnection LDAPConnection, username String) : Map<String,String> renamed to private getAttributeTokens(ldapConnection LDAPConnection, username String) : Map<String,String> in class org.apache.guacamole.auth.ldap.AuthenticationProviderService | From | To | |
Rename Method public getAttributes() : Map<String,String> renamed to public getTokens() : Map<String,String> in class org.apache.guacamole.auth.ldap.user.LDAPAuthenticatedUser | From | To | |
Rename Variable | 1 | ||
Rename Variable attrMap : Map<String,String> to tokens : Map<String,String> in method private getAttributeTokens(ldapConnection LDAPConnection, username String) : Map<String,String> in class org.apache.guacamole.auth.ldap.AuthenticationProviderService | From | To | |
Rename Attribute | 1 | ||
Rename Attribute attributes : Map<String,String> to tokens : Map<String,String> in class org.apache.guacamole.auth.ldap.user.LDAPAuthenticatedUser | From | To | |
Rename Parameter | 1 | ||
Rename Parameter attributes : Map<String,String> to tokens : Map<String,String> in method public init(credentials Credentials, tokens Map<String,String>) : void in class org.apache.guacamole.auth.ldap.user.LDAPAuthenticatedUser | From | To |