Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This program (one java class, several hundred lines of code), used with the grouperClient (rest web service client jar), demonstrates how Grouper can do all these operations fulfill these access management requirements remotely using web services.  Just fill in the web service credentials in the grouper.client.properties file, and it is already pointed to the grouper Grouper demo server where all this test data lives.  Note, the client only have to make max two web service calls for decision making: one to get all permissions for a user for the applicable roles, and if not able to read bills, then another one to see which orgs the student is in.  All the decisions can be made from the results of those two calls.

...