javax.annotation.security
Annotation Type DenyAll


@Documented
@Retention(value=RUNTIME)
@Target(value={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



Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41