I am creating a JSF login portlet and need to make calls to JAAS from the login session.
I believe I can directly call the IdentityLoginModule class. But, I am not sure how to
populate the initialization Subject, Callback, State, and Option classes.
Has anyone done this or is there a better way.
i.e.
public void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState,
Map options)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067004#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...