I would like to know if it is possible to access the JAAS Subject object from a JSP page. My intention is to save user information (full name, age ..) with subject.getPublicCredentials (). Add (). After the user authenticated he would show the information in a JSP.
Thanks in advance.