Posts by Gean • 21 points
1 post
- 
		2 votes0 answers223 viewsQ: Get User name in jsf sessionI’m having doubts about how to get the username in the session. I’m using Spring Security 4.2 I have my User Class import javax.persistence.Entity; import javax.persistence.GeneratedValue; import…