Uses of Interface
org.apache.guacamole.net.auth.Permissions
-
Packages that use Permissions Package Description org.apache.guacamole.net.auth Provides classes which can be used to extend or replace the authentication functionality of the Guacamole web application.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 Permissions in org.apache.guacamole.net.auth
Subinterfaces of Permissions in org.apache.guacamole.net.auth Modifier and Type Interface Description interfaceUserA user of the Guacamole web application.interfaceUserGroupA user group of the Guacamole web application.Classes in org.apache.guacamole.net.auth that implement Permissions Modifier and Type Class Description classAbstractUserBase implementation of User which provides default implementations of most functions.classAbstractUserGroupBase implementation of UserGroup which provides default implementations of most functions.classDelegatingUserUser implementation which simply delegates all function calls to an underlying User.classDelegatingUserGroupUserGroup implementation which simply delegates all function calls to an underlying UserGroup.Methods in org.apache.guacamole.net.auth that return Permissions Modifier and Type Method Description PermissionsAbstractUser. getEffectivePermissions()Returns a read-only view of all permissions granted to this user.PermissionsDelegatingUser. getEffectivePermissions()PermissionsUser. getEffectivePermissions()Returns a read-only view of all permissions granted to this user. -
Uses of Permissions in org.apache.guacamole.net.auth.simple
Classes in org.apache.guacamole.net.auth.simple that implement Permissions Modifier and Type Class Description classSimpleUserA read-only User implementation which has no permissions.classSimpleUserGroupA read-only UserGroup implementation which has no members and no permissions.
-