javax.annotation.security
Annotation Type RolesAllowed


@Documented
@Target(value={TYPE,METHOD})
@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: 57283 $
Author:
Bill Burke

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2008 JBoss Inc.. All Rights Reserved.