JavaScript is disabled on your browser.
Skip navigation links
Jakarta EE Core Profile API v11.0.0-M4
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
jakarta.annotation.security
Annotation Interface DenyAll
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
public @interface
DenyAll
Specifies that no security roles are allowed to invoke the specified method(s).
Since:
Common Annotations 1.0
See Also:
RolesAllowed
PermitAll