See: Description
| Enum | Description |
|---|---|
| Logical |
An enum for specifying a logical operation that can be used for
interpreting authorization annotations
|
| Annotation Type | Description |
|---|---|
| RequiresAuthentication |
Requires the current Subject to have been authenticated during their current session for the annotated
class/instance/method to be accessed or invoked.
|
| RequiresGuest |
Requires the current Subject to be a "guest", that is, they are not authenticated or remembered
from a previous session for the annotated class/instance/method to be accessed or invoked.
|
| RequiresPermissions |
Requires the current executor's Subject to imply a particular permission in
order to execute the annotated method.
|
| RequiresRoles |
Requires the currently executing
Subject to have all of the
specified roles. |
| RequiresUser |
Requires the current Subject to be an application user for the annotated class/instance/method to be
accessed or invoked.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.