JBoss development,
The document "PicketBox Security Annotations", was updated Mar 5, 2010
by ANIL SALDHANA.
To view the document, visit:
http://community.jboss.org/docs/DOC-14926#cf
Document:
--------------------------------------------------------------
<<
http://community.jboss.org/docs/DOC-14744
h3. Project:
http://jboss.org/picketbox
Here we describe the various security annotations available as part of PicketBox.
h2.
h2. @Authentication Annotation
Fully Qualified Name: org.jboss.security.annotation.Authentication
It contains:
* an array of @Module annotations.
h2.
h2. @Module Annotation
Fully Qualified Name: org.jboss.security.annotation.Module
It contains:
* code : the FQN of the module (Eg:
"org.jboss.security.auth.spi.UsersRolesLoginModule")
*
--------------------------------------------------------------