Uses of Class
org.apache.guacamole.net.auth.permission.SystemPermission
-
Packages that use SystemPermission 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. -
-
Uses of SystemPermission in org.apache.guacamole.net.auth.permission
Methods in org.apache.guacamole.net.auth.permission that return types with arguments of type SystemPermission Modifier and Type Method Description Set<SystemPermission>
SystemPermissionSet. getPermissions()
Method parameters in org.apache.guacamole.net.auth.permission with type arguments of type SystemPermission Modifier and Type Method Description void
SystemPermissionSet. addPermissions(Set<SystemPermission> permissions)
void
SystemPermissionSet. removePermissions(Set<SystemPermission> permissions)
-
Uses of SystemPermission in org.apache.guacamole.net.auth.simple
Methods in org.apache.guacamole.net.auth.simple that return types with arguments of type SystemPermission Modifier and Type Method Description Set<SystemPermission>
SimpleSystemPermissionSet. getPermissions()
Method parameters in org.apache.guacamole.net.auth.simple with type arguments of type SystemPermission Modifier and Type Method 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 parameters in org.apache.guacamole.net.auth.simple with type arguments of type SystemPermission Constructor Description SimpleSystemPermissionSet(Set<SystemPermission> permissions)
Creates a new SimpleSystemPermissionSet which contains the permissions within the given Set.
-