<authentication-manager>
<authentication-provider>
<user-service>
<user name="rod" password="rid" authorities="supervisor, teller, user" />
<user name="dianne" password="loca" authorities="teller, user" />
<user name="scott" password="scatt" authorities="user" />
<user name="peter" password="pan" authorities="user" />
</user-service>
</authentication-provider>
</authentication-manager>