As part of implementing a persistent SSO, I need to be able to get a cookie from within a Custom LoginModule. How would I go about this?
It seems that many Jaas implementations for App Servers have a callback to obtain a specific header, or the entire Request object. I haven't found anything similar in Jboss.