Get authorized resource information

I’m using keycloak on a spring boot project (without spring security) and I’m having some doubts on how I can access the authenticated resource information on my controller, that is, all the information of the JWT.
Is there any way the keycloak automatically does this without needing to manually decrypt the token ?