|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationException | |
---|---|
com.ibm.rational.rpe.api.docgen | |
com.ibm.rational.rpe.api.docspec | |
com.ibm.rational.rpe.common.utils |
Uses of AuthenticationException in com.ibm.rational.rpe.api.docgen |
---|
Methods in com.ibm.rational.rpe.api.docgen that throw AuthenticationException | |
---|---|
java.lang.String |
RemoteDocumentGenerator.downloadResult()
Downloads the results archive. |
Uses of AuthenticationException in com.ibm.rational.rpe.api.docspec |
---|
Methods in com.ibm.rational.rpe.api.docspec that throw AuthenticationException | |
---|---|
static void |
ConfigurationLayer.readConfigurationData(com.ibm.rational.rpe.common.template.model.ConfigurationMetadata cfgMetadata,
Credential credential,
java.util.List<ConfigurationLayer.ConfigurationValue> data)
Deprecated. |
void |
ConfigurationLayer.readConfigurationData(com.ibm.rational.rpe.common.template.model.ConfigurationMetadata cfgMetadata,
java.lang.String entityName,
java.util.List<ConfigurationLayer.ConfigurationValue> data,
Credential credential)
Deprecated. |
Uses of AuthenticationException in com.ibm.rational.rpe.common.utils |
---|
Methods in com.ibm.rational.rpe.common.utils that throw AuthenticationException | |
---|---|
java.lang.String |
URLDataProvider.cacheResource(java.lang.String url,
Credential credential)
Returns the path to a cached copy of the resource identified by the URL with the default connection parameters. |
java.lang.String |
URLDataProvider.cacheResource(java.lang.String url,
Credential credential,
ConnectionArguments connectionArgs)
Returns the path to a cached copy of the resource referred by the URL with ConnectionArguments ConnectionArguments . |
static java.io.InputStream |
URLDataProvider.doNone(java.lang.String url,
ConnectionArguments connectionArgs)
Downloads the content from the specified URL in the given path with the provided connection arguments |
static java.lang.String |
URLDataProvider.downloadFile(java.net.URL url)
Downloads the file from the URL specified and returns the local path where it was download to |
static void |
URLDataProvider.downloadFile(java.net.URL url,
java.lang.String localPath,
ConnectionArguments connectionArgs)
Downloads the content from the specified URL in the given path with the provided connection arguments |
boolean |
URLDataProvider.isCached(java.lang.String url)
Returns true if the URL is already cached locally |
java.io.InputStream |
URLDataProvider.openDataStream(java.lang.String url,
Credential credential)
Returns a stream to the desired resource with no caching. |
java.io.InputStream |
URLDataProvider.openDataStream(java.lang.String url,
Credential credential,
ConnectionArguments connectionArgs)
Returns a stream to the desired resource with no caching. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |