|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method public getUsers(ldapConnection LdapNetworkConnection) : Map<String,User> in class org.apache.guacamole.auth.ldap.user.UserService |
From |
To |
|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method public getUserGroups(ldapConnection LdapNetworkConnection) : Map<String,UserGroup> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method public getParentUserGroupEntries(ldapConnection LdapNetworkConnection, userDN Dn) : List<Entry> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method public search(ldapConnection LdapNetworkConnection, baseDN Dn, query ExprNode) : List<Entry> in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method public getUserDNs(ldapConnection LdapNetworkConnection, username String) : List<Dn> in class org.apache.guacamole.auth.ldap.user.UserService |
From |
To |
|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method private getAttributeTokens(ldapConnection LdapNetworkConnection, username String) : Map<String,String> in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method private getConnectionSearchFilter(userDN Dn, ldapConnection LdapNetworkConnection) : ExprNode in class org.apache.guacamole.auth.ldap.connection.ConnectionService |
From |
To |
|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method public getParentUserGroupIdentifiers(ldapConnection LdapNetworkConnection, userDN Dn) : Set<String> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method public init(user AuthenticatedUser, ldapConnection LdapNetworkConnection) : void in class org.apache.guacamole.auth.ldap.user.LDAPUserContext |
From |
To |
|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method public search(ldapConnection LdapNetworkConnection, baseDN Dn, filter ExprNode, attributes Collection<String>, attributeValue String) : List<Entry> in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Parameter Type ldapConnection : LdapConnection to ldapConnection : LdapNetworkConnection in method public getConnections(user AuthenticatedUser, ldapConnection LdapNetworkConnection) : Map<String,Connection> in class org.apache.guacamole.auth.ldap.connection.ConnectionService |
From |
To |
|
Change Parameter Type hop : Integer to hop : int in method public referralConnection(referralUrl LdapUrl, ldapConfig LdapConnectionConfig, hop int) : LdapNetworkConnection in class org.apache.guacamole.auth.ldap.LDAPConnectionService |
From |
To |