diff --git a/guacamole-ext/src/main/java/net/sourceforge/guacamole/net/auth/AuthenticationProvider.java b/guacamole-ext/src/main/java/net/sourceforge/guacamole/net/auth/AuthenticationProvider.java index 42249f7b3..b938a90a2 100644 --- a/guacamole-ext/src/main/java/net/sourceforge/guacamole/net/auth/AuthenticationProvider.java +++ b/guacamole-ext/src/main/java/net/sourceforge/guacamole/net/auth/AuthenticationProvider.java @@ -58,10 +58,10 @@ public interface AuthenticationProvider { * * @param credentials The credentials to use to retrieve authorized * configurations. - * @return A Map of all configurations authorized by the given credentials. + * @return A Map of all configurations authorized by the given credentials, + * or null if the credentials given are not authorized. * @throws GuacamoleException If an error occurs while retrieving - * configurations, or the credentials given - * are invalid. + * configurations. */ public Map getAuthorizedConfigurations(CredentialType credentials)