| Package | Description |
|---|---|
| org.picketlink.authorization |
Provides all the necessary classes, interfaces and annotations to support authorization.
|
| Class and 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. |
Copyright © 2024. All rights reserved.