| Accessor<T> |
Accessor of an authorized resource of a given Type
|
| AuthActions |
Represents access request allowed by any actions (OR).
|
| AuthorizingAccess |
Simple authorizing access
|
| AuthorizingAccessProvider<A extends AuthorizingAccess> |
Simple access authorizer
|
| AuthorizingIdResource<T,ID> |
Authorized access to a Resource of a certain type and identity
|
| AuthorizingResource<T> |
Authorized access to a Resource of a certain type without identity (singleton)
|
| NamedAuthDefinition |
Defines a set of named auth actions
|
| NamedAuthProvider |
Provides named auth definition maps
|
| ProjectIdentifier |
Identifies a project
|
| ProjectResIdentifier |
Identifies a resource by ID within a project
|
| ResIdResolver |
Resolves ID value for resource types
|
| ResourceIdAuthorizingProvider<T,A extends AuthorizingIdResource<T,I>,I> |
Accessor for an authorized resource of a certain type and ID
|