Package | Description |
---|---|
net.sourceforge.guacamole.net.auth.permission |
Provides classes which describe the various permissions a Guacamole user
can be granted.
|
Modifier and Type | Method and Description |
---|---|
ObjectPermission.Type |
ConnectionPermission.getType() |
ObjectPermission.Type |
UserPermission.getType() |
static ObjectPermission.Type |
ObjectPermission.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectPermission.Type[] |
ObjectPermission.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConnectionPermission(ObjectPermission.Type type,
String identifier)
Creates a new ConnectionPermission having the given type
and identifier.
|
UserPermission(ObjectPermission.Type type,
String identifier)
Creates a new UserPermission having the given type and identifier.
|
Copyright © 2013. All Rights Reserved.