Interface Privilege.CompositePrivilege

All Superinterfaces:
Privilege
Enclosing interface:
Privilege

@PolarisImmutable public static interface Privilege.CompositePrivilege extends Privilege
A composite privilege represents a group of individual privileges.

Access checks for a composite privilege only succeed if all individual privileges match.

See Also: