See: Description
Class | Description |
---|---|
AuthenticationProviderFacade |
Provides a safe wrapper around an AuthenticationProvider subclass, such that
authentication attempts can cleanly fail, and errors can be properly logged,
even if the AuthenticationProvider cannot be instantiated.
|
DirectoryClassLoader |
A ClassLoader implementation which finds classes within .jar files within a
given directory.
|
Extension |
A Guacamole extension, which may provide custom authentication, static
files, theming/branding, etc.
|
ExtensionManifest |
Java representation of the JSON manifest contained within every Guacamole
extension, identifying an extension and describing its contents.
|
ExtensionModule |
A Guice Module which loads all extensions within the
GUACAMOLE_HOME/extensions directory, if any.
|
LanguageResourceService |
Service which provides access to all built-in languages as resources, and
allows other resources to be added or overlaid against existing resources.
|
Copyright © 2015. All rights reserved.