See: Description
Interface | Description |
---|---|
AuthTokenGenerator |
Generates an auth token for an authenticated user.
|
TokenSessionMap |
Represents a mapping of auth token to Guacamole session for the REST
authentication system.
|
Class | Description |
---|---|
APIAuthenticationResponse |
A simple object to represent an auth token/username pair in the API.
|
APIAuthenticationResult |
A simple object which describes the result of an authentication operation,
including the resulting token.
|
AuthenticationService |
A service for performing authentication checks in REST endpoints.
|
BasicTokenSessionMap |
A basic, HashMap-based implementation of the TokenSessionMap with support
for session timeouts.
|
SecureRandomAuthTokenGenerator |
An implementation of the AuthTokenGenerator based around SecureRandom.
|
TokenRESTService |
A service for managing auth tokens via the Guacamole REST API.
|
Copyright © 2016. All rights reserved.