Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.ejbgen
Annotation Type SecurityRoleRef


@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.TYPE)
public @interface SecurityRoleRef


Required Element Summary
 String roleName
          Specifies the name of the security role.
 
Optional Element Summary
 String id
          The identity of this tag (used for tag inheritance only).
 String roleLink
          References a defined security role.
 

Element Detail

roleName

public abstract String roleName
Specifies the name of the security role.

id

public abstract String id
The identity of this tag (used for tag inheritance only).

Default:
"UNSPECIFIED"

roleLink

public abstract String roleLink
References a defined security role.

Default:
"UNSPECIFIED"

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02