Skip navigation links
A D G J M P R V 

A

AuthenticationType() - Constructor for enum javax.annotation.Resource.AuthenticationType
 

D

DataSourceDefinition - Annotation Type in javax.annotation.sql
Annotation used to define a container DataSource and be registered with JNDI.
DataSourceDefinitions - Annotation Type in javax.annotation.sql
Declares one or more DataSourceDefinition annotations.
DeclareRoles - Annotation Type in javax.annotation.security
Used by application to declare roles.
DenyAll - Annotation Type in javax.annotation.security
Specifies that no security roles are allowed to invoke the specified method(s) - i.e that the methods are to be excluded from execution in the J2EE container.

G

Generated - Annotation Type in javax.annotation
The Generated annotation is used to mark source code that has been generated.

J

javax.annotation - package javax.annotation
This package defines the common annotations.
javax.annotation.security - package javax.annotation.security
This package contains the security common annotations.
javax.annotation.sql - package javax.annotation.sql
 

M

ManagedBean - Annotation Type in javax.annotation
The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.A ManagedBean supports a small set of basic services such as resource injection, lifecycle callbacks and interceptors.

P

PermitAll - Annotation Type in javax.annotation.security
Specifies that all security roles are allowed to invoke the specified method(s) i.e that the specified method(s) are "unchecked".
PostConstruct - Annotation Type in javax.annotation
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
PreDestroy - Annotation Type in javax.annotation
The PreDestroy annotation is used on methods as a callback notification to signal that the instance is in the process of being removed by the container.
Priority - Annotation Type in javax.annotation
The Priority annotation can be applied to classes to indicate in what order the classes should be used.

R

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.

V

valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
A D G J M P R V 
Skip navigation links