Package | Description |
---|---|
org.glyptodon.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
org.glyptodon.guacamole.net.basic.rest.connectiongroup |
Classes related to the connection group manipulation aspect
of the Guacamole REST API.
|
Modifier and Type | Method and Description |
---|---|
ConnectionGroup.Type |
AbstractConnectionGroup.getType() |
ConnectionGroup.Type |
ConnectionGroup.getType()
Returns the type of this connection.
|
static ConnectionGroup.Type |
ConnectionGroup.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionGroup.Type[] |
ConnectionGroup.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectionGroup.setType(ConnectionGroup.Type type) |
void |
ConnectionGroup.setType(ConnectionGroup.Type type)
Set the type of this ConnectionGroup.
|
Modifier and Type | Method and Description |
---|---|
ConnectionGroup.Type |
APIConnectionGroupWrapper.getType() |
ConnectionGroup.Type |
APIConnectionGroup.getType()
Returns the type of this connection group.
|
Modifier and Type | Method and Description |
---|---|
void |
APIConnectionGroupWrapper.setType(ConnectionGroup.Type type) |
void |
APIConnectionGroup.setType(ConnectionGroup.Type type)
Set the type of this connection group.
|
Copyright © 2017. All rights reserved.