|
Change Parameter Type user_id : int to currentUser : AuthenticatedUser in method public init(currentUser AuthenticatedUser, parentID Integer) : void in class net.sourceforge.guacamole.net.auth.mysql.ConnectionGroupDirectory |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionIDs(currentUser AuthenticatedUser, parentID Integer, permissionType String) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method private checkSystemAccess(currentUser AuthenticatedUser, systemPermissionType String) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public init(connectionGroupID Integer, parentID Integer, name String, identifier String, type ConnectionGroup.Type, currentUser AuthenticatedUser) : void in class net.sourceforge.guacamole.net.auth.mysql.MySQLConnectionGroup |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public verifyConnectionAccess(currentUser AuthenticatedUser, affectedConnectionID int, permissionType String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public verifyConnectionGroupAccess(currentUser AuthenticatedUser, affectedConnectionGroupID Integer, permissionType String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public verifySystemAccess(currentUser AuthenticatedUser, systemPermissionType String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public checkConnectionGroupAccess(currentUser AuthenticatedUser, affectedConnectionGroupID Integer, permissionType String) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public connect(group MySQLConnectionGroup, info GuacamoleClientInformation, currentUser AuthenticatedUser) : GuacamoleSocket in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnection(uniqueIdentifier String, currentUser AuthenticatedUser) : MySQLConnection in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public verifyUserAccess(currentUser AuthenticatedUser, affectedUserID int, permissionType String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public createConnectionGroup(name String, currentUser AuthenticatedUser, parentID Integer, type String) : MySQLConnectionGroup in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public createConnection(name String, protocol String, currentUser AuthenticatedUser, parentID Integer) : MySQLConnection in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnection(name String, parentID Integer, currentUser AuthenticatedUser) : MySQLConnection in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroupIDs(currentUser AuthenticatedUser, parentID Integer, permissionType String) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroup(id Integer, currentUser AuthenticatedUser) : MySQLConnectionGroup in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public checkUserAccess(currentUser AuthenticatedUser, affectedUserID Integer, permissionType String) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionIDs(currentUser AuthenticatedUser, permissionType String) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method private toMySQLConnectionGroup(connectionGroup ConnectionGroup, currentUser AuthenticatedUser) : MySQLConnectionGroup in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method private checkConnectionGroupUsageAccess(connectionGroupID Integer, currentUser AuthenticatedUser, usage String) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method private retrieveConnectionIDs(currentUser AuthenticatedUser, parentID Integer, permissionType String, checkParentID boolean) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveUsernames(currentUser AuthenticatedUser, permissionType String) : Set<String> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type user_id : int to currentUser : AuthenticatedUser in method public init(currentUser AuthenticatedUser) : void in class net.sourceforge.guacamole.net.auth.mysql.MySQLUserContext |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnection(id int, currentUser AuthenticatedUser) : MySQLConnection in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public connect(connection MySQLConnection, info GuacamoleClientInformation, currentUser AuthenticatedUser, connectionGroupID Integer) : MySQLGuacamoleSocket in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method private checkSystemAdministratorAccess(currentUser AuthenticatedUser) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroupIdentifiers(currentUser AuthenticatedUser, parentID Integer, permissionType String) : Set<String> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroup(uniqueIdentifier String, currentUser AuthenticatedUser) : MySQLConnectionGroup in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Change Parameter Type user_id : int to currentUser : AuthenticatedUser in method public init(currentUser AuthenticatedUser) : void in class net.sourceforge.guacamole.net.auth.mysql.UserDirectory |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method private toMySQLConnection(connection Connection, currentUser AuthenticatedUser) : MySQLConnection in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionIdentifiers(currentUser AuthenticatedUser, parentID Integer, permissionType String) : Set<String> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public checkConnectionAccess(currentUser AuthenticatedUser, affectedConnectionID Integer, permissionType String) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type user_id : int to currentUser : AuthenticatedUser in method public init(currentUser AuthenticatedUser, parentID Integer) : void in class net.sourceforge.guacamole.net.auth.mysql.ConnectionDirectory |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public init(connectionID Integer, parentID Integer, name String, identifier String, config GuacamoleConfiguration, history List<? extends ConnectionRecord>, currentUser AuthenticatedUser) : void in class net.sourceforge.guacamole.net.auth.mysql.MySQLConnection |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public verifyConnectionGroupUsageAccess(connectionGroupID Integer, currentUser AuthenticatedUser, type String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveUserIDs(currentUser AuthenticatedUser, permissionType String) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method private retrieveConnectionGroupIDs(currentUser AuthenticatedUser, parentID Integer, permissionType String, checkParentID boolean) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroupIDs(currentUser AuthenticatedUser, permissionType String) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Change Parameter Type userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroup(name String, parentID Integer, currentUser AuthenticatedUser) : MySQLConnectionGroup in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveUsernames(currentUser AuthenticatedUser, permissionType String) : Set<String> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter user_id : int to currentUser : AuthenticatedUser in method public init(currentUser AuthenticatedUser) : void in class net.sourceforge.guacamole.net.auth.mysql.MySQLUserContext |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroup(name String, parentID Integer, currentUser AuthenticatedUser) : MySQLConnectionGroup in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroupIDs(currentUser AuthenticatedUser, permissionType String) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method private toMySQLConnectionGroup(connectionGroup ConnectionGroup, currentUser AuthenticatedUser) : MySQLConnectionGroup in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnection(uniqueIdentifier String, currentUser AuthenticatedUser) : MySQLConnection in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public createConnectionGroup(name String, currentUser AuthenticatedUser, parentID Integer, type String) : MySQLConnectionGroup in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method private checkSystemAccess(currentUser AuthenticatedUser, systemPermissionType String) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method private toMySQLConnection(connection Connection, currentUser AuthenticatedUser) : MySQLConnection in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public init(connectionGroupID Integer, parentID Integer, name String, identifier String, type ConnectionGroup.Type, currentUser AuthenticatedUser) : void in class net.sourceforge.guacamole.net.auth.mysql.MySQLConnectionGroup |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method private checkConnectionGroupUsageAccess(connectionGroupID Integer, currentUser AuthenticatedUser, usage String) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveUserIDs(currentUser AuthenticatedUser, permissionType String) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public checkUserAccess(currentUser AuthenticatedUser, affectedUserID Integer, permissionType String) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnection(id int, currentUser AuthenticatedUser) : MySQLConnection in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionIDs(currentUser AuthenticatedUser, permissionType String) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionIDs(currentUser AuthenticatedUser, parentID Integer, permissionType String) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroup(uniqueIdentifier String, currentUser AuthenticatedUser) : MySQLConnectionGroup in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Rename Parameter user_id : int to currentUser : AuthenticatedUser in method public init(currentUser AuthenticatedUser) : void in class net.sourceforge.guacamole.net.auth.mysql.UserDirectory |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public verifyConnectionAccess(currentUser AuthenticatedUser, affectedConnectionID int, permissionType String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public createConnection(name String, protocol String, currentUser AuthenticatedUser, parentID Integer) : MySQLConnection in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Rename Parameter user_id : int to currentUser : AuthenticatedUser in method public init(currentUser AuthenticatedUser, parentID Integer) : void in class net.sourceforge.guacamole.net.auth.mysql.ConnectionDirectory |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public verifyConnectionGroupUsageAccess(connectionGroupID Integer, currentUser AuthenticatedUser, type String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public verifySystemAccess(currentUser AuthenticatedUser, systemPermissionType String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method private retrieveConnectionGroupIDs(currentUser AuthenticatedUser, parentID Integer, permissionType String, checkParentID boolean) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public checkConnectionGroupAccess(currentUser AuthenticatedUser, affectedConnectionGroupID Integer, permissionType String) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public connect(group MySQLConnectionGroup, info GuacamoleClientInformation, currentUser AuthenticatedUser) : GuacamoleSocket in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public verifyUserAccess(currentUser AuthenticatedUser, affectedUserID int, permissionType String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionIdentifiers(currentUser AuthenticatedUser, parentID Integer, permissionType String) : Set<String> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnection(name String, parentID Integer, currentUser AuthenticatedUser) : MySQLConnection in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public checkConnectionAccess(currentUser AuthenticatedUser, affectedConnectionID Integer, permissionType String) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroup(id Integer, currentUser AuthenticatedUser) : MySQLConnectionGroup in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionGroupService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public connect(connection MySQLConnection, info GuacamoleClientInformation, currentUser AuthenticatedUser, connectionGroupID Integer) : MySQLGuacamoleSocket in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method private checkSystemAdministratorAccess(currentUser AuthenticatedUser) : boolean in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroupIdentifiers(currentUser AuthenticatedUser, parentID Integer, permissionType String) : Set<String> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter user_id : int to currentUser : AuthenticatedUser in method public init(currentUser AuthenticatedUser, parentID Integer) : void in class net.sourceforge.guacamole.net.auth.mysql.ConnectionGroupDirectory |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public verifyConnectionGroupAccess(currentUser AuthenticatedUser, affectedConnectionGroupID Integer, permissionType String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public retrieveConnectionGroupIDs(currentUser AuthenticatedUser, parentID Integer, permissionType String) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method public init(connectionID Integer, parentID Integer, name String, identifier String, config GuacamoleConfiguration, history List<? extends ConnectionRecord>, currentUser AuthenticatedUser) : void in class net.sourceforge.guacamole.net.auth.mysql.MySQLConnection |
From |
To |
|
Rename Parameter userID : int to currentUser : AuthenticatedUser in method private retrieveConnectionIDs(currentUser AuthenticatedUser, parentID Integer, permissionType String, checkParentID boolean) : List<Integer> in class net.sourceforge.guacamole.net.auth.mysql.service.PermissionCheckService |
From |
To |