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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
User
A user of the Guacamole web application.
|
interface |
UserGroup
A user group of the Guacamole web application.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUser
Base implementation of User which provides default implementations of
most functions.
|
class |
AbstractUserGroup
Base implementation of UserGroup which provides default implementations of
most functions.
|
class |
DelegatingUser
User implementation which simply delegates all function calls to an
underlying User.
|
class |
DelegatingUserGroup
UserGroup implementation which simply delegates all function calls to an
underlying UserGroup.
|
Modifier and Type | Method and Description |
---|---|
Permissions |
AbstractUser.getEffectivePermissions()
Returns a read-only view of all permissions granted to this user.
|
Permissions |
User.getEffectivePermissions()
Returns a read-only view of all permissions granted to this user.
|
Permissions |
DelegatingUser.getEffectivePermissions() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleUser
A read-only User implementation which has no permissions.
|
class |
SimpleUserGroup
A read-only UserGroup implementation which has no members and no
permissions.
|
Copyright © 2018. All rights reserved.