public abstract class CredentialWriter
extends java.lang.Object
The Toolkit provides the following credential writers:
CredentialReader,
User| Constructor and Description |
|---|
CredentialWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguration(java.lang.Object configData)
This API is provided as a means to provide configuration information
|
abstract java.lang.String |
getType()
Returns the type (name) of this specific credential writer.
|
boolean |
writePossible()
Indicates whether the credential writer is able to execute a write
operation (certain credential writers are only able to write once).
|
public boolean writePossible()
true if the credential writer is able to do a write
operation; false otherwisepublic abstract java.lang.String getType()
public void addConfiguration(java.lang.Object configData)
configData - The data object required for the function