public interface AuthenticationProvider
Modifier and Type | Method and Description |
---|---|
UserContext |
getUserContext(Credentials credentials)
Returns the UserContext of the user authorized by the given credentials.
|
UserContext getUserContext(Credentials credentials) throws net.sourceforge.guacamole.GuacamoleException
credentials
- The credentials to use to retrieve the environment.net.sourceforge.guacamole.GuacamoleException
- If an error occurs while creating the
UserContext.Copyright © 2013. All Rights Reserved.