org.directwebremoting.annotations
Annotation Type Auth


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Auth

Restrict remote access to a method to users authorized under a certain J2EE role.

Author:
Maik Schreiber , Joe Walker [joe at getahead dot ltd dot uk]

Required Element Summary
 java.lang.String role
          Name of the J2EE role to restrict access to.
 

Element Detail

role

public abstract java.lang.String role
Name of the J2EE role to restrict access to.


Copyright ? 2005