Package | Description |
---|---|
org.apache.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
Modifier and Type | Method and Description |
---|---|
ConnectionGroup.Type |
ConnectionGroup.getType()
Returns the type of this connection.
|
ConnectionGroup.Type |
AbstractConnectionGroup.getType() |
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 |
ConnectionGroup.setType(ConnectionGroup.Type type)
Set the type of this ConnectionGroup.
|
void |
AbstractConnectionGroup.setType(ConnectionGroup.Type type) |
Copyright © 2017. All rights reserved.