|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.applsrv.aa.SecurityIO
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 |
public SecurityIO()
Method Detail |
public void exportSecurity(java.lang.String fileName, Dictionary options) throws DSESecurityException
fileName
- String - the name of the text file.options
- Dictionary - the list of options for this operation.public void importSecurity(java.lang.String fileName, Dictionary options) throws DSESecurityException
fileName
- String - the name of the text file.options
- Dictionary - the list of options for this operation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |