7a3f51be71596dba55ec8963a1675920cf3d5e90
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type authenticatedUser : org.apache.guacamole.net.auth.AuthenticatedUser to authenticatedUser : AuthenticatedUser in method public getUserContext(authenticatedUser AuthenticatedUser) : LDAPUserContext in class org.apache.guacamole.auth.ldap.AuthenticationProviderService | From | To | |
Change Return Type | 2 | ||
Change Return Type AuthenticatedUser to LDAPAuthenticatedUser in method public authenticateUser(credentials Credentials) : LDAPAuthenticatedUser in class org.apache.guacamole.auth.ldap.AuthenticationProviderService | From | To | |
Change Return Type UserContext to LDAPUserContext in method public getUserContext(authenticatedUser AuthenticatedUser) : LDAPUserContext in class org.apache.guacamole.auth.ldap.AuthenticationProviderService | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.guacamole.auth.ldap.user.AuthenticatedUser renamed to org.apache.guacamole.auth.ldap.user.LDAPAuthenticatedUser | From | To | |
Rename Class org.apache.guacamole.auth.ldap.user.UserContext renamed to org.apache.guacamole.auth.ldap.user.LDAPUserContext | From | To | |
Change Variable Type | 2 | ||
Change Variable Type userContext : UserContext to userContext : LDAPUserContext in method public getUserContext(authenticatedUser AuthenticatedUser) : LDAPUserContext in class org.apache.guacamole.auth.ldap.AuthenticationProviderService | From | To | |
Change Variable Type authenticatedUser : AuthenticatedUser to authenticatedUser : LDAPAuthenticatedUser in method public authenticateUser(credentials Credentials) : LDAPAuthenticatedUser in class org.apache.guacamole.auth.ldap.AuthenticationProviderService | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type userContextProvider : Provider<UserContext> to userContextProvider : Provider<LDAPUserContext> in class org.apache.guacamole.auth.ldap.AuthenticationProviderService | From | To | |
Change Attribute Type authenticatedUserProvider : Provider<AuthenticatedUser> to authenticatedUserProvider : Provider<LDAPAuthenticatedUser> in class org.apache.guacamole.auth.ldap.AuthenticationProviderService | From | To |