See: Description
| Interface | Description |
|---|---|
| AuthorizationCallback |
Interface that defines a callback for getting user authorizations.
|
| Class | Description |
|---|---|
| AbstractAuthorizationCallback |
Implements the basic methods for an authorization callback.
|
| AbstractAuthorizedSession |
This is the base class for all authorization-based sessions
(which usually is required for Bugzilla access, regardless what
way you use).
|
| AbstractHttpSession |
Implements an abstract HTTP session including usage with proxies.
|
| CommandLineAuthorizationCallback |
Implements authorization information retrieval from command line.
|
| DefaultAuthorizationCallback |
Implements authorization information retrieval from configuration object.
|
| GuiAuthorizationCallback |
Implements authorization information retrieval from pop-up dialog.
|
| HttpBugzillaSession |
Implements Bugzilla access via HTTP.
|
| HttpJiraSession | |
| HttpJiraSession.JiraIssueIterator |
The iterator class returned.
|
| MySQLBugzillaSession |
Implements Bugzilla session via direct MySQL Connection.
|
| 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.
|
| XmlRpcJiraSession |
Provides access to JIRA issues.
|
| XmlRpcSun15ProxyAuthTransport |
A transport class for setting proxy authorization.
|
| XmlRpcSun15ProxyAuthTransportFactory |
Factory for proxy authorization transports.
|
Copyright © 2012. All Rights Reserved.