JAAS Realm: Access Subject from JSP

0

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.

    
asked by Rubén Espinosa 01.11.2018 в 20:07
source

0 answers