|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface SchemaProviderCookie.EncryptionSupport
Optional interface, which makes the schema open to ask for an extra password for decrypting some properties.
| Method Summary | |
|---|---|
boolean |
isEncrypted()
|
boolean |
isPropertyEncrypted(String propName)
Test if the property is encrypted. |
boolean |
needsPassword()
|
void |
setContentPassword(String password,
boolean storePassword)
Callback method, which sets the password to decode/encode the properties. |
| Method Detail |
|---|
boolean isEncrypted()
boolean isPropertyEncrypted(String propName)
propName - DBImplSchemaProvider
boolean needsPassword()
void setContentPassword(String password,
boolean storePassword)
throws IOException
password - The password entered by the userstorePassword - Indicates that the password should be remembered
e.g. by writing into options or the file itself.
IOException
|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||