loadExternalConfiguration(String) method

Retrieve current configuration used to create the SecContext associated with this administrative context.The configuration will be retrieved fresh from the persistent storage.

Syntax

Reader loadExternalConfiguration ( String primarySchema ) throws SecException

Parameters

Returns

Reader that returns the configuration in the XML format specified by the primarySchema.

Usage

This may not be the "active" configuration for factories that exist in-memory at the time this method is called. It will always reflect the last persisted configuration. The returned document is a well-formed XML document and includes the configuration metadata as well, which means that it's essential self-validating. Any configuration errors are embedded in the XML document.

Reader that returns the configuration in the XML format specified by the primarySchema.