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


@Target(value={METHOD,FIELD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface PermissionUser

Flags an entity field or method as representing the principal (username) that a permission is assigned to.

Author:
Shane Bryzak