JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
Java(TM) EE Annotations 1.2 API 1.0.2.Final]]>
javax.annotation.security
DenyAll
Contents
Description
Hide sidebar
Show sidebar
Annotation Type DenyAll
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
public @interface
DenyAll
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.
Since:
Common Annotations 1.0
See Also:
RolesAllowed
PermitAll