Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.rest.auth |
Classes related to the authentication aspect of the Guacamole REST API.
|
Modifier and Type | Method and Description |
---|---|
APIAuthenticationResult |
TokenRESTService.createToken(String username,
String password,
String token,
javax.servlet.http.HttpServletRequest consumedRequest,
javax.ws.rs.core.MultivaluedMap<String,String> parameters)
Authenticates a user, generates an auth token, associates that auth token
with the user's UserContext for use by further requests.
|
Copyright © 2016. All rights reserved.