Write the contents of the Security Configuration out to a file.
Parameters: config - is the source security configuration data. Parameters: file - is the file to write the output to. throws: JBIException - on errors.
Write the contents of the Security Configuration out to a outputstream.
Parameters: config - is the source security configuration data. Parameters: ostr - is the OutputStream to write the contents out to. throws: JBIException - on errors.
Write the contents of the Security Configuration out to a String.
Parameters: config - is the source security configuration data. Parameters: writer - is the output Writer to write the contents out to. throws: JBIException - on errors.