See: Description
| Annotation Type | Description |
|---|---|
| GroupsAllowed |
Defines an authorization constraint where only members of a group is allowed to invoke a method.
|
| LoggedIn |
Defines an authorization constraint where only authenticated users are allowed to invoke a method.
|
| PartitionsAllowed |
Defines an authorization constraint that checks if the authenticated
Account is
stored within a partition. |
| RequiresLevel |
Defines an authorization check where only users with same or higher level then specified are allowed to invoke method
|
| RequiresPermission |
Defines an authorization constraint that checks if the authenticated
Account has a specific
permission. |
| Restrict |
Defines an authorization constraint to a type or method using a Unified Expression Language.
|
| RolesAllowed |
Defines an authorization constraint that checks if an authenticated
Account is granted with
one or more roles. |
Provides some built-in authorization annotations based on Apache DeltaSpike Security Bindings Annotation.
Copyright © 2015. All rights reserved.