Javadoc
The @PermitAll annotation can be used to allow any security role to invoke the given method.
@PermitAll public void anyone() { }
MainPage