D G J P R V

D

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 annoation 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.

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.

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're declared.

D G J P R V

Copyright © 2004 Sun Microsystems, Inc. All Rights Reserved.