- Resource - Annotation Type in javax.annotation
-
The Resource annotation marks a resource that is needed
by the application.
- Resource.AuthenticationType - Enum in javax.annotation
-
The two possible authentication types for a resource.
- Resources - Annotation Type in javax.annotation
-
This class is used to allow multiple resources declarations.
- RolesAllowed - Annotation Type in javax.annotation.security
-
Specifies the list of roles permitted to access method(s) in an application.
- RunAs - Annotation Type in javax.annotation.security
-
Defines the identity of the application during execution in a J2EE
container.