mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Update docs to reflect null return value.
This commit is contained in:
@@ -58,10 +58,10 @@ public interface AuthenticationProvider<CredentialType> {
|
||||
*
|
||||
* @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<String, GuacamoleConfiguration>
|
||||
getAuthorizedConfigurations(CredentialType credentials)
|
||||
|
Reference in New Issue
Block a user