|
Change Parameter Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method public getUsers(ldapConnection LdapConnection) : Map<String,User> in class org.apache.guacamole.auth.ldap.user.UserService |
From |
To |
|
Change Parameter Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method public getParentUserGroupEntries(ldapConnection LdapConnection, userDN Dn) : List<Entry> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Parameter Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method public init(user AuthenticatedUser, ldapConnection LdapConnection) : void in class org.apache.guacamole.auth.ldap.user.LDAPUserContext |
From |
To |
|
Change Parameter Type baseDN : String to baseDN : Dn in method public search(ldapConnection LdapConnection, baseDN Dn, filter ExprNode, attributes Collection<String>, attributeValue String) : List<Entry> in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Parameter Type entries : List<LDAPEntry> to entries : List<Entry> in method public asMap(entries List<Entry>, mapper Function<Entry,ObjectType>) : Map<String,ObjectType> in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Parameter Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method private getAttributeTokens(ldapConnection LdapConnection, username String) : Map<String,String> in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Parameter Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method public getParentUserGroupIdentifiers(ldapConnection LdapConnection, userDN Dn) : Set<String> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Parameter Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method public search(ldapConnection LdapConnection, baseDN Dn, filter ExprNode, attributes Collection<String>, attributeValue String) : List<Entry> in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Parameter Type filter : String to filter : ExprNode in method public search(ldapConnection LdapConnection, 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 : LdapConnection in method public getConnections(user AuthenticatedUser, ldapConnection LdapConnection) : Map<String,Connection> in class org.apache.guacamole.auth.ldap.connection.ConnectionService |
From |
To |
|
Change Parameter Type entry : LDAPEntry to entry : Entry in method public getIdentifier(entry Entry, attributes Collection<String>) : String in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Parameter Type userDN : String to userDN : Dn in method public getParentUserGroupIdentifiers(ldapConnection LdapConnection, userDN Dn) : Set<String> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Parameter Type mapper : Function<LDAPEntry,ObjectType> to mapper : Function<Entry,ObjectType> in method public asMap(entries List<Entry>, mapper Function<Entry,ObjectType>) : Map<String,ObjectType> in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Parameter Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method public disconnect(ldapConnection LdapConnection) : void in class org.apache.guacamole.auth.ldap.LDAPConnectionService |
From |
To |
|
Change Parameter Type userDN : String to userDN : Dn in method public getParentUserGroupEntries(ldapConnection LdapConnection, userDN Dn) : List<Entry> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Parameter Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method public getUserGroups(ldapConnection LdapConnection) : Map<String,UserGroup> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Parameter Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method public getUserDNs(ldapConnection LdapConnection, username String) : List<Dn> in class org.apache.guacamole.auth.ldap.user.UserService |
From |
To |
|
Change Return Type String to ExprNode in method public getUserSearchFilter() : ExprNode in class org.apache.guacamole.auth.ldap.conf.ConfigurationService |
From |
To |
|
Change Return Type String to Dn in method public deriveUserDN(username String) : Dn in class org.apache.guacamole.auth.ldap.user.UserService |
From |
To |
|
Change Return Type String to Dn in method public getUserBaseDN() : Dn in class org.apache.guacamole.auth.ldap.conf.ConfigurationService |
From |
To |
|
Change Return Type String to Dn in method private getUserBindDN(username String) : Dn in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Return Type DereferenceAliasesMode to AliasDerefMode in method public getDereferenceAliases() : AliasDerefMode in class org.apache.guacamole.auth.ldap.conf.ConfigurationService |
From |
To |
|
Change Return Type List<LDAPEntry> to List<Entry> in method public search(ldapConnection LdapConnection, baseDN Dn, filter ExprNode, attributes Collection<String>, attributeValue String) : List<Entry> in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Return Type String to ExprNode in method private getGroupSearchFilter() : ExprNode in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Return Type DereferenceAliasesMode to AliasDerefMode in method public parseValue(value String) : AliasDerefMode in class org.apache.guacamole.auth.ldap.conf.DereferenceAliasesProperty |
From |
To |
|
Change Return Type String to Dn in method public getSearchBindDN() : Dn in class org.apache.guacamole.auth.ldap.conf.ConfigurationService |
From |
To |
|
Change Return Type List<String> to List<Dn> in method public getUserDNs(ldapConnection LdapConnection, username String) : List<Dn> in class org.apache.guacamole.auth.ldap.user.UserService |
From |
To |
|
Change Return Type LDAPConnection to LdapConnection in method private bindAs(credentials Credentials) : LdapConnection in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Return Type String to Dn in method public getConfigurationBaseDN() : Dn in class org.apache.guacamole.auth.ldap.conf.ConfigurationService |
From |
To |
|
Change Return Type String to Dn in method public getGroupBaseDN() : Dn in class org.apache.guacamole.auth.ldap.conf.ConfigurationService |
From |
To |
|
Change Return Type LDAPConnection to LdapNetworkConnection in method private createLDAPConnection() : LdapNetworkConnection in class org.apache.guacamole.auth.ldap.LDAPConnectionService |
From |
To |
|
Change Return Type List<LDAPEntry> to List<Entry> in method public getParentUserGroupEntries(ldapConnection LdapConnection, userDN Dn) : List<Entry> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Variable Type results : List<LDAPEntry> to results : List<Entry> in method public getUsers(ldapConnection LdapConnection) : Map<String,User> in class org.apache.guacamole.auth.ldap.user.UserService |
From |
To |
|
Change Variable Type attrSet : LDAPAttributeSet to attributes : Collection<Attribute> in method private getAttributeTokens(ldapConnection LdapConnection, username String) : Map<String,String> in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Variable Type parameterAttribute : LDAPAttribute to parameterAttribute : Attribute in method public getConnections(user AuthenticatedUser, ldapConnection LdapConnection) : Map<String,Connection> in class org.apache.guacamole.auth.ldap.connection.ConnectionService |
From |
To |
|
Change Variable Type userDN : String to userDN : Dn in method private getAttributeTokens(ldapConnection LdapConnection, username String) : Map<String,String> in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Variable Type userDN : String to userDN : Dn in method private bindAs(credentials Credentials) : LdapConnection in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Variable Type userEntry : LDAPEntry to userEntry : Entry in method private getAttributeTokens(ldapConnection LdapConnection, username String) : Map<String,String> in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Variable Type userDNs : List<String> to userDNs : List<Dn> in method private getUserBindDN(username String) : Dn in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Variable Type results : List<LDAPEntry> to results : List<Entry> in method public getConnections(user AuthenticatedUser, ldapConnection LdapConnection) : Map<String,Connection> in class org.apache.guacamole.auth.ldap.connection.ConnectionService |
From |
To |
|
Change Variable Type searchConnection : LDAPConnection to searchConnection : LdapConnection in method private getUserBindDN(username String) : Dn in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Variable Type userDNs : List<String> to userDNs : List<Dn> in method public getUserDNs(ldapConnection LdapConnection, username String) : List<Dn> in class org.apache.guacamole.auth.ldap.user.UserService |
From |
To |
|
Change Variable Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method public authenticateUser(credentials Credentials) : LDAPAuthenticatedUser in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Variable Type searchBindDN : String to searchBindDN : Dn in method private getUserBindDN(username String) : Dn in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Variable Type query : String to query : ExprNode in method public search(ldapConnection LdapConnection, baseDN Dn, filter ExprNode, attributes Collection<String>, attributeValue String) : List<Entry> in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Variable Type userGroups : List<LDAPEntry> to userGroups : List<Entry> in method public getParentUserGroupIdentifiers(ldapConnection LdapConnection, userDN Dn) : Set<String> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Variable Type ldapConnection : LDAPConnection to ldapConnection : LdapConnection in method public getUserContext(authenticatedUser AuthenticatedUser) : LDAPUserContext in class org.apache.guacamole.auth.ldap.AuthenticationProviderService |
From |
To |
|
Change Variable Type groupBaseDN : String to groupBaseDN : Dn in method public getUserGroups(ldapConnection LdapConnection) : Map<String,UserGroup> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Variable Type identifier : LDAPAttribute to identifier : Attribute in method public getIdentifier(entry Entry, attributes Collection<String>) : String in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Variable Type protocol : LDAPAttribute to protocol : Attribute in method public getConnections(user AuthenticatedUser, ldapConnection LdapConnection) : Map<String,Connection> in class org.apache.guacamole.auth.ldap.connection.ConnectionService |
From |
To |
|
Change Variable Type results : List<LDAPEntry> to results : List<Entry> in method public getUserDNs(ldapConnection LdapConnection, username String) : List<Dn> in class org.apache.guacamole.auth.ldap.user.UserService |
From |
To |
|
Change Variable Type groupBaseDN : String to groupBaseDN : Dn in method public getParentUserGroupEntries(ldapConnection LdapConnection, userDN Dn) : List<Entry> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Variable Type entry : LDAPEntry to entry : Entry in method public asMap(entries List<Entry>, mapper Function<Entry,ObjectType>) : Map<String,ObjectType> in class org.apache.guacamole.auth.ldap.ObjectQueryService |
From |
To |
|
Change Variable Type configurationBaseDN : String to configurationBaseDN : Dn in method public getConnections(user AuthenticatedUser, ldapConnection LdapConnection) : Map<String,Connection> in class org.apache.guacamole.auth.ldap.connection.ConnectionService |
From |
To |
|
Change Variable Type connectionSearchFilter : String to connectionSearchFilter : ExprNode in method public getConnections(user AuthenticatedUser, ldapConnection LdapConnection) : Map<String,Connection> in class org.apache.guacamole.auth.ldap.connection.ConnectionService |
From |
To |
|
Change Variable Type results : List<LDAPEntry> to results : List<Entry> in method public getUserGroups(ldapConnection LdapConnection) : Map<String,UserGroup> in class org.apache.guacamole.auth.ldap.group.UserGroupService |
From |
To |
|
Change Variable Type cn : LDAPAttribute to cn : Attribute in method public getConnections(user AuthenticatedUser, ldapConnection LdapConnection) : Map<String,Connection> in class org.apache.guacamole.auth.ldap.connection.ConnectionService |
From |
To |