| AuthorizationRequest |
A request to authorize a user for a specific privilege.
|
| AuthorizationResult |
A result returned after requesting authorization for a particular privilege.
|
| AuthorizedActors |
|
| AuthorizerContext |
Context provided to an Authorizer on initialization.
|
| FieldResolver |
Helper class for lazy resolution of fields
Input resolveField function that is given as input will only be called when getFieldValuesFuture is called
|
| FieldResolver.FieldValue |
Container for storing the field value, in case we need to extend this to have more types of field values
|
| ResolvedResourceSpec |
Wrapper around authorization request with field resolvers for lazily fetching the field values for each field type
|
| ResourceSpec |
Details about a specific resource being acted upon.
|