| Interface | Description |
|---|---|
| AuthorizationCallback |
Interface that defines a callback for getting user authorizations.
|
| IPasswordCallback |
A callback that will deliver passwords.
|
| Class | Description |
|---|---|
| AbstractAuthorizationCallback |
Implements the basic methods for an authorization callback.
|
| CommandLineAuthorizationCallback |
Implements authorization information retrieval from command line.
|
| DefaultAuthorizationCallback |
Implements authorization information retrieval from configuration object.
|
| DefaultPasswordCallback |
Returns the password given in configuration.
|
| GuiAuthorizationCallback |
Implements authorization information retrieval from pop-up dialog.
|
| PropertiesFileAuthorizationCallback |
Implements authorization information retrieval from a properties file.
|
| SimpleAuthorizationCallback |
A simple authorization callback to be used within programming.
|
| TextFileAuthorizationCallback |
Implements authorization information retrieval from a plain text file.
|
| XmlFileAuthorizationCallback |
Implements authorization information retrieval from a XML file.
|
The IPasswordCallback can be used to delegate the
password retrieval to an external component, e.g. to prompt
a user for his password or to read it from a file or stream.
Copyright © 2014. All rights reserved.