JBoss development,
A new comment was created on the document PicketBox Authentication:
http://community.jboss.org/docs/DOC-14745#comment-2857
Author : Matt Drees
Profile:
http://community.jboss.org/people/matt.drees
Comment:
Why the fully-qualified class names as Strings? Shouldn't
@Module(code = "org.jboss.security.auth.spi.UsersRolesLoginModule"
rather be
@Module(code = UsersRolesLoginModule.class)
?