|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Auth
Restrict remote access to a method to users authorized under a certain J2EE role.
Required Element Summary | |
---|---|
java.lang.String |
role
Name of the J2EE role to restrict access to. |
Element Detail |
---|
public abstract java.lang.String role
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |