Package | Description |
---|---|
org.apache.guacamole.net.auth.permission |
Provides classes which describe the various permissions a Guacamole user
can be granted.
|
org.apache.guacamole.net.auth.simple |
Provides a basic AuthenticationProvider base class that can be used to create
simple AuthenticationProviders in the same way allowed by the old
authentication API.
|
Modifier and Type | Method and Description |
---|---|
Set<SystemPermission> |
SystemPermissionSet.getPermissions() |
Modifier and Type | Method and Description |
---|---|
void |
SystemPermissionSet.addPermissions(Set<SystemPermission> permissions) |
void |
SystemPermissionSet.removePermissions(Set<SystemPermission> permissions) |
Modifier and Type | Method and Description |
---|---|
Set<SystemPermission> |
SimpleSystemPermissionSet.getPermissions() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleSystemPermissionSet.addPermissions(Set<SystemPermission> permissions) |
void |
SimpleSystemPermissionSet.removePermissions(Set<SystemPermission> permissions) |
protected void |
SimpleSystemPermissionSet.setPermissions(Set<SystemPermission> permissions)
Sets the Set which backs this SimpleSystemPermissionSet.
|
Constructor and Description |
---|
SimpleSystemPermissionSet(Set<SystemPermission> permissions)
Creates a new SimpleSystemPermissionSet which contains the permissions
within the given Set.
|
Copyright © 2016. All rights reserved.