net.sourceforge.guacamole.net.basic.properties
Class BasicGuacamoleProperties

java.lang.Object
  extended by net.sourceforge.guacamole.net.basic.properties.BasicGuacamoleProperties

public class BasicGuacamoleProperties
extends Object

Properties used by the default Guacamole web application.

Author:
Michael Jumper

Field Summary
static AuthenticationProviderProperty AUTH_PROVIDER
          The authentication provider to user when retrieving the authorized configurations of a user.
static EventListenersProperty EVENT_LISTENERS
          The comma-separated list of all classes to use as event listeners.
static net.sourceforge.guacamole.properties.FileGuacamoleProperty LIB_DIRECTORY
          The directory to search for authentication provider classes.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTH_PROVIDER

public static final AuthenticationProviderProperty AUTH_PROVIDER
The authentication provider to user when retrieving the authorized configurations of a user.


LIB_DIRECTORY

public static final net.sourceforge.guacamole.properties.FileGuacamoleProperty LIB_DIRECTORY
The directory to search for authentication provider classes.


EVENT_LISTENERS

public static final EventListenersProperty EVENT_LISTENERS
The comma-separated list of all classes to use as event listeners.



Copyright © 2013. All Rights Reserved.