Class SystemPermission
java.lang.Object
org.apache.guacamole.net.auth.permission.SystemPermission
- All Implemented Interfaces:
Permission<SystemPermission.Type>
A permission which affects the system as a whole, rather than an individual
object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Specific types of system-level permissions. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SystemPermission with the given type. -
Method Summary
-
Constructor Details
-
SystemPermission
Creates a new SystemPermission with the given type.- Parameters:
type
- The type of operation controlled by this permission.
-
-
Method Details
-
getType
Description copied from interface:Permission
Returns the type of operation affected by this permission.- Specified by:
getType
in interfacePermission<SystemPermission.Type>
- Returns:
- The type of operation affected by this permission.
-
hashCode
public int hashCode() -
equals
-