|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Retention(value=RUNTIME) @Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD}) public interface SecurityRoles
Defines the roles that are allowed to access the operations on the service. Roles may be applied at either
the service (class) level or at the level of an individual method. The hosting container is responsible for ensuring
that the security settings of the service are honored.
Method Summary | |
---|---|
String[] |
rolesAllowed()
Deprecated. Specifies a list of roles permitted to access the Web Service. |
String[] |
rolesReferenced()
Deprecated. Specifies a list of roles referenced by the Web Service. |
Methods inherited from interface java.lang.annotation.Annotation |
---|
annotationType, equals, hashCode, toString |
Method Detail |
---|
String[] rolesAllowed()
String[] rolesReferenced()
|
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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |