javax.annotation.security
Annotation Type RolesAllowed


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface RolesAllowed

The value of the RolesAllowed annotation is a list of security role names to be mapped to the security roles that are permitted to execute the specified method(s).

Version:
$Revision: 1.1.2.5 $
Author:
Bill Burke

Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value