BEA Systems, Inc.

weblogic.jws.security
Interface RolesReferenced

All Superinterfaces:
Annotation

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

Specifies a list of roles referenced by the Web Service. The Web Service may access other resources using the credentials of the roles listed. Copyright (c) 2005 by BEA Systems. All Rights Reserved.


Method Summary
 SecurityRoleRef[] value()
          Specifies the references to security roles by the application.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

value

SecurityRoleRef[] value()
Specifies the references to security roles by the application.


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