| Interface | Description |
|---|---|
| Permission |
Represents a permission that allows or denies a subject (a user, an application, etc.) the execution of an action
or set of actions on an object.
|
| PermissionEvaluator<S,O> |
Evaluates or checks permissions.
|
| PermissionResolver<S,O> |
Resolves the permissions for a particular type of subjects and objects.
|
| SubjectResolver<S> |
Resolves the current subject to be used for permission checking.
|
| Class | Description |
|---|---|
| CompositePermission |
Represents a permission that is a collection of other permissions.
|
| PermissionBase |
Base for
Permission that uses a set of allowed actions to
check |
| SecuredObjectBase<P extends Permission> |
Base for secured object that provide already attached permissions.
|
Copyright © 2018 CrafterCMS. All rights reserved.