application-roles.properties 655 B

12345678910111213141516171819202122
  1. #
  2. # Properties declaration of users roles for the realm 'ApplicationRealm'.
  3. #
  4. # This includes the following protocols: remote ejb, remote jndi, web, remote jms
  5. #
  6. # Users can be added to this properties file at any time, updates after the server has started
  7. # will be automatically detected.
  8. #
  9. # The format of this file is as follows: -
  10. # username=role1,role2,role3
  11. #
  12. # A utility script is provided which can be executed from the bin folder to add the users: -
  13. # - Linux
  14. # bin/add-user.sh
  15. #
  16. # - Windows
  17. # bin\add-user.bat
  18. #
  19. # The following illustrates how an admin user could be defined.
  20. #
  21. #admin=PowerUser,BillingAdmin,
  22. #guest=guest