protected static interface ConsentOptions.IOBackend
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
readBundledConsents() |
java.lang.String |
readConfirmedConsents() |
java.lang.String |
readDefaultConsents() |
void |
writeConfirmedConsents(java.lang.String data) |
void |
writeDefaultConsents(java.lang.String data) |
void writeDefaultConsents(java.lang.String data)
throws java.io.IOException
java.io.IOExceptionjava.lang.String readDefaultConsents()
throws java.io.IOException
java.io.IOExceptionjava.lang.String readBundledConsents()
void writeConfirmedConsents(java.lang.String data)
throws java.io.IOException
java.io.IOExceptionjava.lang.String readConfirmedConsents()
throws java.io.IOException
java.io.IOException