| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD, METHOD})
public interface CallbackRolesAllowedSpecifies the list of roles permitted to access callback method(s) in an application. The value of the CallbackRolesAllowed annotation is a list of security role names. This annotation can be specified on a stub or on callback method(s). Specifying it at a stub level means that it applies to all the callback methods belonging to this stub. Specifying it on a callback method means that it is applicable to that method only. If applied at both the stub and methods level , the method value overrides the stub value if the two conflict. Copyright (c) 2005 by BEA Systems. All Rights Reserved.
| Method Summary | |
|---|---|
|  SecurityRole[] | value()The security-role element contains the definition of a security role | 
| Methods inherited from interface java.lang.annotation.Annotation | 
|---|
| annotationType, equals, hashCode, toString | 
| Method Detail | 
|---|
SecurityRole[] value()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||