[jboss-user] [Security & JAAS/JBoss] - SOLVED: GenericHeaderBasedAuthentication
sfisque
do-not-reply at jboss.com
Tue Mar 3 14:39:07 EST 2009
basically, i tried subclassing UserPasswordLoginModule and this proved fruitless. i eventually just subclassed AbstractServerLoginModule. it seems the fact that identity and the other attributes of AbstractServerLoginModule are private was causing me all sorts of headaches.
i would suggest either of the two avenues for the implementations in the org.jboss.security.auth.spi package:
1) either mark the classes as final so that it is apparent to developers that these classes are not designed for subclassing.
2) change the attributes to protected so that subclasses are given proper access to the internal attributes.
TIA
== stanton
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214668#4214668
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214668
More information about the jboss-user
mailing list