What is the difference between ROLE_USER and ROLE_ANONYMOUS in a Spring intercept url configuration such as the example below?
ROLE_ANONYMOUS has no user credentials, ROLE_USER has user credentials... has been authenticated.
this is my interpretation based on the configuration provided