services.properties 515 B

12345678910
  1. # The format here is service[.method]=ROLE1,...,ROLEN
  2. # ([method] being optional if you want to apply the rule to all calls to a specific service
  3. # A user can access a service only if he has one of the specified roles
  4. # If not specified in this file, a service or method will be considered unsecured
  5. # Uncomment the following config if you want to test securing WFS service
  6. #wfs.GetFeature=ROLE_WFS_READ
  7. #wfs.Transaction=ROLE_WFS_WRITE
  8. wfs.DropStoredQuery=ADMIN,GROUP_ADMIN
  9. wfs.CreateStoredQuery=ADMIN,GROUP_ADMIN