The supplied configuration is validated and any validation problems are added to the xml document and returned.
Syntax
Reader
validateExternalConfiguration
(
String
primarySchema
,
Reader
reader
) throws SecException
Parameters
-
primarySchema –
the schema for the supplied external configuration to be validated.
-
reader –
the configuration to be validated
Returns
the specified configuration with any validation problems (if any) added to it.