BEA Systems, Inc.

weblogic.jws.security
Interface SecurityRoleRef

All Superinterfaces:
Annotation

@Retention(value=RUNTIME)
@Target(value=TYPE)
public interface SecurityRoleRef
extends Annotation

Each security-role-ref element links a privilege name embedded in the application as a roleName to a security role. Copyright (c) 2005 by BEA Systems. All Rights Reserved.


Method Summary
 String link()
          maps to a "role-name" defined in the "security-role-assignment" element in the weblogic deployment descriptor.
 String role()
          defines the name of the security role
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

role

String role()
defines the name of the security role


link

String link()
maps to a "role-name" defined in the "security-role-assignment" element in the weblogic deployment descriptor.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.