|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface specification for the persistence of security objects.
Method Summary | |
java.lang.String |
database()
Return the name of this database. |
void |
initialize(Dictionary options)
Initialize the persistor with the specified set of options. |
java.io.Serializable |
load()
Return a serializable object representing the current state of the persistent database. |
void |
save(java.io.Serializable database)
Replace the persistent database with the in-memory copy. |
void |
shutdown()
Shutdown the database. |
Method Detail |
public java.lang.String database()
public void initialize(Dictionary options) throws DSESecurityException
options
- Dictionary - the in-memory database.public java.io.Serializable load() throws DSESecurityException
public void save(java.io.Serializable database) throws DSESecurityException
database
- Serializable - the in-memory database.public void shutdown() throws DSESecurityException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |