96094a1c5842b470356a35d7959fa22774e5b24f
Files Diff
- Added: 8
- Removed: 4
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type user : SharedConnectionUser to user : RemoteAuthenticatedUser in method public init(user RemoteAuthenticatedUser, definition SharedConnectionDefinition) : void in class org.apache.guacamole.auth.jdbc.sharing.connection.SharedConnection | From | To | |
Change Parameter Type user : SharedConnectionUser to user : RemoteAuthenticatedUser in method public getGuacamoleTunnel(user RemoteAuthenticatedUser, definition SharedConnectionDefinition, info GuacamoleClientInformation) : GuacamoleTunnel in class org.apache.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService | From | To | |
Change Parameter Type user : SharedConnectionUser to user : RemoteAuthenticatedUser in method public getGuacamoleTunnel(user RemoteAuthenticatedUser, definition SharedConnectionDefinition, info GuacamoleClientInformation) : GuacamoleTunnel in class org.apache.guacamole.auth.jdbc.tunnel.GuacamoleTunnelService | From | To | |
Change Return Type | 2 | ||
Change Return Type UserContext to SharedUserContext in method public getUserContext(authenticationProvider AuthenticationProvider, authenticatedUser AuthenticatedUser) : SharedUserContext in class org.apache.guacamole.auth.jdbc.sharing.SharedAuthenticationProviderService | From | To | |
Change Return Type SharedConnectionUser to SharedAuthenticatedUser in method public retrieveSharedConnectionUser(authProvider AuthenticationProvider, credentials Credentials) : SharedAuthenticatedUser in class org.apache.guacamole.auth.jdbc.sharing.ConnectionSharingService | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.apache.guacamole.auth.jdbc.sharing.SharedConnectionUserContext moved and renamed to org.apache.guacamole.auth.jdbc.sharing.user.SharedUserContext | From | To | |
Move Class | 2 | ||
Move Class org.apache.guacamole.auth.jdbc.sharing.SharedConnection moved to org.apache.guacamole.auth.jdbc.sharing.connection.SharedConnection | From | To | |
Move Class org.apache.guacamole.auth.jdbc.sharing.SharedConnectionDefinition moved to org.apache.guacamole.auth.jdbc.sharing.connection.SharedConnectionDefinition | From | To | |
Change Variable Type | 1 | ||
Change Variable Type context : SharedConnectionUserContext to context : SharedUserContext in method public getUserContext(authenticationProvider AuthenticationProvider, authenticatedUser AuthenticatedUser) : SharedUserContext in class org.apache.guacamole.auth.jdbc.sharing.SharedAuthenticationProviderService | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type user : SharedConnectionUser to user : RemoteAuthenticatedUser in class org.apache.guacamole.auth.jdbc.sharing.connection.SharedConnection | From | To | |
Change Attribute Type sharedUserContextProvider : Provider<SharedConnectionUserContext> to sharedUserContextProvider : Provider<SharedUserContext> in class org.apache.guacamole.auth.jdbc.sharing.SharedAuthenticationProviderService | From | To | |
Change Attribute Type connectionDirectory : Directory<Connection> to connectionDirectory : SharedConnectionDirectory in class org.apache.guacamole.auth.jdbc.sharing.user.SharedUserContext | From | To | |
Inline Variable | 1 | ||
Inline Variable definition : SharedConnectionDefinition in method public retrieveSharedConnectionUser(authProvider AuthenticationProvider, credentials Credentials) : SharedConnectionUser from class org.apache.guacamole.auth.jdbc.sharing.ConnectionSharingService | From | To |