DenyAll (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.annotation.security Annotation Type DenyAll


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

从以下版本开始:
1.0
另请参见:
RolesAllowed, PermitAll


Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.