mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-524: Updated comments and imports
This commit is contained in:
@@ -265,9 +265,6 @@ public class AuthenticationProviderService {
|
|||||||
* given LDAP connection, as a map of attribute name to
|
* given LDAP connection, as a map of attribute name to
|
||||||
* corresponding attribute value.
|
* corresponding attribute value.
|
||||||
*
|
*
|
||||||
* @throws LDAPException
|
|
||||||
* If an error occurs while searching for the user attributes.
|
|
||||||
*
|
|
||||||
* @throws GuacamoleException
|
* @throws GuacamoleException
|
||||||
* If an error occurs retrieving the user DN or the attributes.
|
* If an error occurs retrieving the user DN or the attributes.
|
||||||
*/
|
*/
|
||||||
|
@@ -23,7 +23,6 @@ import com.google.inject.Inject;
|
|||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import org.apache.guacamole.net.auth.AbstractAuthenticatedUser;
|
import org.apache.guacamole.net.auth.AbstractAuthenticatedUser;
|
||||||
import org.apache.guacamole.net.auth.Attributes;
|
|
||||||
import org.apache.guacamole.net.auth.AuthenticationProvider;
|
import org.apache.guacamole.net.auth.AuthenticationProvider;
|
||||||
import org.apache.guacamole.net.auth.Credentials;
|
import org.apache.guacamole.net.auth.Credentials;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user