a745569f1303dd2f1f4a16190096680d53dbc9cd
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type userContexts : List<UserContext> to userContexts : List<DecoratedUserContext> in method public setUserContexts(userContexts List<DecoratedUserContext>) : void in class org.apache.guacamole.GuacamoleSession | From | To | |
Change Parameter Type userContexts : List<UserContext> to userContexts : List<DecoratedUserContext> in method public GuacamoleSession(environment Environment, authenticatedUser AuthenticatedUser, userContexts List<DecoratedUserContext>) in class org.apache.guacamole.GuacamoleSession | From | To | |
Change Return Type | 4 | ||
Change Return Type List<UserContext> to List<DecoratedUserContext> in method public getUserContexts() : List<DecoratedUserContext> in class org.apache.guacamole.GuacamoleSession | From | To | |
Change Return Type List<UserContext> to List<DecoratedUserContext> in method public getUserContexts(authToken String) : List<DecoratedUserContext> in class org.apache.guacamole.rest.auth.AuthenticationService | From | To | |
Change Return Type UserContext to DecoratedUserContext in method public getUserContext(authProviderIdentifier String) : DecoratedUserContext in class org.apache.guacamole.GuacamoleSession | From | To | |
Change Return Type List<UserContext> to List<DecoratedUserContext> in method private getUserContexts(existingSession GuacamoleSession, authenticatedUser AuthenticatedUser, credentials Credentials) : List<DecoratedUserContext> in class org.apache.guacamole.rest.auth.AuthenticationService | From | To | |
Change Variable Type | 5 | ||
Change Variable Type userContexts : List<UserContext> to userContexts : List<DecoratedUserContext> in method private getUserContexts(existingSession GuacamoleSession, authenticatedUser AuthenticatedUser, credentials Credentials) : List<DecoratedUserContext> in class org.apache.guacamole.rest.auth.AuthenticationService | From | To | |
Change Variable Type userContexts : List<UserContext> to userContexts : List<DecoratedUserContext> in method public createToken(username String, password String, token String, consumedRequest HttpServletRequest, parameters MultivaluedMap<String,String>) : APIAuthenticationResult in class org.apache.guacamole.rest.auth.TokenRESTService | From | To | |
Change Variable Type oldUserContexts : List<UserContext> to oldUserContexts : List<DecoratedUserContext> in method private getUserContexts(existingSession GuacamoleSession, authenticatedUser AuthenticatedUser, credentials Credentials) : List<DecoratedUserContext> in class org.apache.guacamole.rest.auth.AuthenticationService | From | To | |
Change Variable Type userContext : UserContext to userContext : DecoratedUserContext in method public getUserContext(authProviderIdentifier String) : DecoratedUserContext in class org.apache.guacamole.GuacamoleSession | From | To | |
Change Variable Type userContexts : List<UserContext> to userContexts : List<DecoratedUserContext> in method public authenticate(credentials Credentials, token String) : String in class org.apache.guacamole.rest.auth.AuthenticationService | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type userContexts : List<UserContext> to userContexts : List<DecoratedUserContext> in class org.apache.guacamole.GuacamoleSession | From | To |