Excerpt |
---|
|
Reads in the US, UK, and local metadata and for each one checks the signature (and fails if the signature is bad), validates the validUtil constraint, disassembles all EntityDescriptors EntityDescriptor s, and validates the schema of each EntityDescriptor . Then all the inputs are merged together and schema invalid items logged and removed. Finally, three output streams are constructed, one that contains all entities, one that contains only IdPs, and one that contains only SPs. Each stream is assembled into an EntitiesDescriptor , a validUntil constraints is added, and the entire thing is signed and written out to a file. Also demonstrates various ways to remove some of the verbosity of Spring bean files. |
...
Code Block |
---|
|
$ .../mda.sh configaggregate-and-republish.xml main |
The example configuration file is as follows; it has been verified with MDA version 0.9.1:
...