1

I am working with OpenSAML (2.6.6) and I was wondering if there is way (e.g., some utility method or something like that) to dump out or pretty print the contents of an OpenSAML Assertion object using Java?

Thanks, Jim

user555303
  • 1,146
  • 3
  • 20
  • 44

1 Answers1

2

I found this:

how to migrate from opensaml 2.6 to 3.1.1

and that hinted that the OpenSAML XMLHelper class has a prettyPrintXML() method and I tried that and it works!

Jim

user555303
  • 1,146
  • 3
  • 20
  • 44