org.jboss.seam.annotations.security
Annotation Type TokenUsername


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

Flags an entity field or method as representing the username for an authentication token

Author:
Shane Bryzak