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