public class BasicFileAuthenticationProvider extends SimpleAuthenticationProvider
| Modifier and Type | Field and Description |
|---|---|
static FileGuacamoleProperty |
BASIC_USER_MAPPING
The filename of the XML file to read the user user_mapping from.
|
| Constructor and Description |
|---|
BasicFileAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,GuacamoleConfiguration> |
getAuthorizedConfigurations(Credentials credentials)
Given an arbitrary credentials object, returns a Map containing all
configurations authorized by those credentials.
|
getUserContext, updateUserContextpublic static final FileGuacamoleProperty BASIC_USER_MAPPING
public Map<String,GuacamoleConfiguration> getAuthorizedConfigurations(Credentials credentials) throws GuacamoleException
SimpleAuthenticationProvidergetAuthorizedConfigurations in class SimpleAuthenticationProvidercredentials - The credentials to use to retrieve authorized
configurations.GuacamoleException - If an error occurs while retrieving
configurations.Copyright © 2013. All rights reserved.