org.jboss.seam.annotations.security.permission
Annotation Type Permission


@Target(value=TYPE)
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface Permission

Specifies an allowable permission action for the target class, and allows for an optional bit mask value for mapping the permission action to a persistent store

Author:
Shane Bryzak

Required Element Summary
 String action
           
 
Optional Element Summary
 long mask
           
 

Element Detail

action

public abstract String action

mask

public abstract long mask
Default:
0L