0

How Can I get a list of all Realms with name and description using OpenAM API call?

Robert Harvey
  • 178,213
  • 47
  • 333
  • 501
Jake
  • 25,479
  • 31
  • 107
  • 168

1 Answers1

-1

If you are using the ClientSDK then you can see a sample implementation here for example: http://sources.forgerock.org/browse/openam/trunk/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/SearchRealms.java?hb=true

Peter Major
  • 2,975
  • 4
  • 16
  • 17