Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration GlobalPermission

Permissions that are applied globally

Index

Enumeration members

AUTHENTICATE

AUTHENTICATE: = "AUTHENTICATE"

Add an authentication handler

CONTROL_SERVER

CONTROL_SERVER: = "CONTROL_SERVER"

Change the server's runtime state

MODIFY_SECURITY

MODIFY_SECURITY: = "MODIFY_SECURITY"

Change the security configuration

MODIFY_SESSION

MODIFY_SESSION: = "MODIFY_SESSION"

Alter a client session

MODIFY_TOPIC_VIEWS

MODIFY_TOPIC_VIEWS: = "MODIFY_TOPIC_VIEWS"

Modify topic views

READ_TOPIC_VIEWS

READ_TOPIC_VIEWS: = "READ_TOPIC_VIEWS"

List topic views

REGISTER_HANDLER

REGISTER_HANDLER: = "REGISTER_HANDLER"

Required to register any server-side handler

UNKNOWN_GLOBAL_PERMISSION

UNKNOWN_GLOBAL_PERMISSION: = "UNKNOWN_GLOBAL_PERMISSION"

A permission that is unsupported by the session

VIEW_SECURITY

VIEW_SECURITY: = "VIEW_SECURITY"

Read the security configuration

VIEW_SERVER

VIEW_SERVER: = "VIEW_SERVER"

View the server's runtime state

VIEW_SESSION

VIEW_SESSION: = "VIEW_SESSION"

List or listen to client sessions