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, updateUserContext
public static final FileGuacamoleProperty BASIC_USER_MAPPING
public Map<String,GuacamoleConfiguration> getAuthorizedConfigurations(Credentials credentials) throws GuacamoleException
SimpleAuthenticationProvider
getAuthorizedConfigurations
in class SimpleAuthenticationProvider
credentials
- The credentials to use to retrieve authorized
configurations.GuacamoleException
- If an error occurs while retrieving
configurations.Copyright © 2013. All rights reserved.