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 |
---|---|
SystemPermission.Type |
SystemPermission.getType() |
static SystemPermission.Type |
SystemPermission.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemPermission.Type[] |
SystemPermission.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SystemPermission(SystemPermission.Type type)
Creates a new SystemPermission with the given
type.
|
Copyright © 2013. All Rights Reserved.