SetupPermissionsEvent

Called when a subject's permissions are initially being set up.

Types

Link copied to clipboard
data class Result(val function: PermissionFunction) : Record

The result of a setup permissions event.

Properties

Link copied to clipboard

The default permission provider that will be used if no plugin specifies one by setting the result of this event.

Link copied to clipboard

The result that is returned by this event.

Link copied to clipboard
abstract val subject: Subject

The subject that is having their permissions set up.