Package org.jboss.seam.annotations.security.permission

Annotation Types Summary
Identifier Configures the Identifier strategy to use for instance-based permissions.
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
PermissionAction Flags an entity field or method as representing the action component of a permission, e.g.
PermissionDiscriminator Flags an entity field or method as representing the discriminator column in a permission table that contains permissions for both roles and users.
PermissionRole Flags an entity field or method as representing the role that a permission is assigned to.
Permissions Specifies a list of permission actions for a class
PermissionTarget Flags an entity field or method as representing the target of a permission.
PermissionUser Flags an entity field or method as representing the principal (username) that a permission is assigned to.