| Package | Description |
|---|---|
| b4j.core.session |
Provides classes that implement the session protocols for interacting with
a Bugzilla instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthorizationCallback
Implements the basic methods for an authorization callback.
|
class |
CommandLineAuthorizationCallback
Implements authorization information retrieval from command line.
|
class |
DefaultAuthorizationCallback
Implements authorization information retrieval from configuration object.
|
class |
GuiAuthorizationCallback
Implements authorization information retrieval from pop-up dialog.
|
class |
PropertiesFileAuthorizationCallback
Implements authorization information retrieval from a properties file.
|
class |
SimpleAuthorizationCallback
A simple authorization callback to be used within programming.
|
class |
TextFileAuthorizationCallback
Implements authorization information retrieval from a plain text file.
|
class |
XmlFileAuthorizationCallback
Implements authorization information retrieval from a XML file.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCallback |
AbstractAuthorizedSession.getAuthorizationCallback()
Returns the authorizationCallback.
|
AuthorizationCallback |
XmlRpcJiraSession.getProxyAuthorizationCallback()
Returns the proxyAuthorizationCallback.
|
AuthorizationCallback |
AbstractHttpSession.getProxyAuthorizationCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAuthorizedSession.setAuthorizationCallback(AuthorizationCallback authorizationCallback)
Sets the authorizationCallback.
|
void |
XmlRpcJiraSession.setProxyAuthorizationCallback(AuthorizationCallback proxyAuthorizationCallback)
Sets the proxyAuthorizationCallback.
|
void |
AbstractHttpSession.setProxyAuthorizationCallback(AuthorizationCallback proxyAuthorizationCallback) |
Copyright © 2012. All Rights Reserved.