RunAs (Java EE 5 SDK)

Java

Java EE 5 SDK

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


javax.annotation.security Annotation Type RunAs


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface RunAs

Defines the identity of the application during execution in a J2EE container. This allows developers to execute under a particular role. The role must map to the user / group information in the containers security realm. It's value is the name of a security role.

从以下版本开始:
1.0

Required Element Summary
 String value
           
 

元素详细信息

value

public abstract String value

Java EE 5 SDK

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


提交错误或意见

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