Wrapper for a set of PermissionEntrys for a specific BasePermission Used to determine the set of PermissionEntrys via dependency injection. To provide additional PermissionEntry for a specific BasePermission, just provide a bean with this class. All beans are automatically detected and then merged.

Parameters

entries

the set of PermissionEntrys

Type Parameters

T

the type of BasePermission for which the PermissionEntrys should be added

Constructors

Link copied to clipboard
constructor(entries: Set<PermissionEntry>)

Properties

Link copied to clipboard