BEA Systems, Inc.

weblogic.jws.security
Interface SecurityRole

All Superinterfaces:
Annotation

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

The security-role element contains the definition of a security role. The definition consists of an optional description of the security role, and the security role name. Copyright (c) 2004 by BEA Systems. All Rights Reserved.


Method Summary
 String[] mapToPrincipals()
          A list of principals listed in weblogic deployment descriptor.
 String role()
          role name of <Security-Role> in the deployment descriptor
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

role

String role()
role name of <Security-Role> in the deployment descriptor


mapToPrincipals

String[] mapToPrincipals()
A list of principals listed in weblogic deployment descriptor. If unspecified, security-roles are externally defined.


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