| org.directwebremoting.annotations.Auth
Auth | public @interface Auth(Code) | | Restrict remote access to a method to users authorized under a certain J2EE role.
author: Maik Schreiber author: Joe Walker [joe at getahead dot ltd dot uk] |
Field Summary | |
String[] | role Name of the J2EE role to restrict access to. |
role | String[] role(Code) | | Name of the J2EE role to restrict access to.
|
|
|