com.ibm.dse.applsrv.aa
Class SecurityIO

java.lang.Object
  |
  +--com.ibm.dse.applsrv.aa.SecurityIO

public class SecurityIO
extends java.lang.Object

This class defined the functionality to export security objects to a text file or import security objects from a text file.


Constructor Summary
SecurityIO()
           
 
Method Summary
 void exportSecurity(java.lang.String fileName, Dictionary options)
          Export the specified security databases into a text file.
 void importSecurity(java.lang.String fileName, Dictionary options)
          Import the specified security databases from a text file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityIO

public SecurityIO()
Method Detail

exportSecurity

public void exportSecurity(java.lang.String fileName,
                           Dictionary options)
                    throws DSESecurityException
Export the specified security databases into a text file.
Parameters:
fileName - String - the name of the text file.
options - Dictionary - the list of options for this operation.
Throws:
DSESecurityException - - error in the request.

importSecurity

public void importSecurity(java.lang.String fileName,
                           Dictionary options)
                    throws DSESecurityException
Import the specified security databases from a text file.
Parameters:
fileName - String - the name of the text file.
options - Dictionary - the list of options for this operation.
Throws:
DSESecurityException - - error in the request.