See: Description
| Class | Description |
|---|---|
| APIError |
Describes an error that occurred within a REST endpoint.
|
| APIPatch<T> |
An object for representing the body of a HTTP PATCH method.
|
| APIRequest |
Wrapper for HttpServletRequest which uses a given MultivaluedMap to provide
the values of all request parameters.
|
| AuthProviderRESTExceptionWrapper |
A method interceptor to wrap some custom exception handling around methods
that expose AuthenticationProvider functionality through the REST interface.
|
| ObjectRetrievalService |
Provides easy access and automatic error handling for retrieval of objects,
such as users, connections, or connection groups.
|
| RESTAuthModule |
A Guice Module for setting up authentication-specific dependency injection.
|
| RESTServletModule |
A Guice Module to set up the servlet mappings for the Guacamole REST API.
|
| Enum | Description |
|---|---|
| APIError.Type |
All possible types of REST API errors.
|
| APIPatch.Operation |
The possible operations for a PATCH request.
|
| Exception | Description |
|---|---|
| APIException |
An exception that will result in the given error error information being
returned from the API layer.
|
| Annotation Type | Description |
|---|---|
| AuthProviderRESTExposure |
Marks that a method exposes functionality from the Guacamole AuthenticationProvider
using a REST interface.
|
| PATCH |
An annotation for using the HTTP PATCH method in the REST endpoints.
|
Copyright © 2015. All rights reserved.