Jakarta Annotations API v1.3.5.redhat-00003
- Summary:
- Field |
- Required |
- Optional
-
@Documented
@Retention(value=RUNTIME)
@Target(value={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
Jakarta Annotations API v1.3.5.redhat-00003
- Summary:
- Field |
- Required |
- Optional
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.