SecurityInstallConfigReader(StringTranslator translator, String schemaDir) Creates a new instance of SecurityInstallConfigReader.
Parameters: translator - is the String Translator to use for i18N Parameters: schemaDir - is the directory where all the schema files will reside.
Creates a new instance of SecurityInstallConfigReader.
Parameters: translator - is the String Translator to use for i18N Parameters: schemaDir - is the directory where all the schema files will reside.
Read the Security Configuration from a input file.
Parameters: file - is the File to read the config data from. the SecurityConfiguration read. throws: JBIException - on errors.
Read the Security Configuration from a input stream.
Parameters: istr - is the inputstream to read the data from. the SecurityConfiguration read. throws: JBIException - on Errors
Read the SecurityInstallConfig from the input string.
Parameters: reader - is the Reader to the XML Source the SecurityInstallConfig instance throws: JBIException - on errors.