Interface Actor
@PolarisImmutable
public interface Actor
Represents the actor (principal) making an authorization request.
Contains the principal identifier and associated roles.
-
Method Summary
-
Method Details
-
principal
String principal()The principal name or identifier. -
roles
The list of roles associated with the principal.
-