I\'m really new to Spring and Spring Security. I was reading about Spring Security and it came out the concept of principal, which should be the current logged user
Brief definition of Principal:
A Principal represents a user's identity.
It can be a String object having username on a simple level or a complex UserDetails object.