CedarAuthorizationRequest class final

A request for authorization to a CedarEngine.

Constructors

CedarAuthorizationRequest({CedarEntityId? principal, CedarEntityId? action, CedarEntityId? resource, Map<String, CedarValueJson>? context})
A request for authorization to a CedarEngine.
const

Properties

action CedarEntityId?
The action component of the request.
final
context Map<String, CedarValueJson>?
The context of the request.
final
hashCode int
The hash code for this object.
no setterinherited
principal CedarEntityId?
The principal component of the request.
final
resource CedarEntityId?
The resource component of the request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited