[jboss-dev-forums] [Security Development] New Comment: PicketBox Authentication
Matt Drees
do-not-reply at jboss.com
Fri Mar 5 19:07:16 EST 2010
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)
?
More information about the jboss-dev-forums
mailing list