BEA Systems, Inc.

weblogic.jws.security
Interface RolesReferenced

All Superinterfaces:
Annotation

@Retention(value=RUNTIME)
@Target(value=java.lang.annotation.ElementType.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.


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.