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


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

Configures the Identifier strategy to use for instance-based permissions. The specified class should implement the IdentifierStrategy interface.

Author:
Shane Bryzak

Optional Element Summary
 String name
           
 Class<? extends IdentifierStrategy> value
           
 

value

public abstract Class<? extends IdentifierStrategy> value
Default:
org.jboss.seam.security.permission.IdentifierStrategy.class

name

public abstract String name
Default:
""