|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URLSource | |
---|---|
com.ibm.datapower.wamt.clientAPI | The clientAPI package encapsulates the logic
for managing DataPower appliances, providing the API that should be used by
a user interface to interact with one or more appliances. |
com.ibm.datapower.wamt.dataAPI | Defines a collection of interfaces for data persistence that can be implemented to support a repository in various environments. |
com.ibm.datapower.wamt.dataAPI.local.filesystem | Local File System Implementation of the dataAPI Interface for the IBM WebSphere Appliance Management Toolkit |
Uses of URLSource in com.ibm.datapower.wamt.clientAPI |
---|
Methods in com.ibm.datapower.wamt.clientAPI that return URLSource | |
---|---|
URLSource |
DeploymentPolicy.getPolicyURLSource()
Returns the policy URL source. |
URLSource |
Domain.getSourceConfiguration()
This method can be used to retrieve the URLSource specified by Domain.setSourceConfiguration(URLSource) |
Methods in com.ibm.datapower.wamt.clientAPI with parameters of type URLSource | |
---|---|
ProgressContainer |
Device.backup(java.lang.String cryptoCertificateName,
URLSource cryptoImage,
java.net.URI backupDestination,
boolean includeISCSI,
boolean includeRaid)
Takes a backup of a DataPower appliance which can be replicated to a compatible appliance. |
java.util.Hashtable<Device,java.lang.Exception> |
ManagedSet.createManagedDomain(java.lang.String domainName,
URLSource domainSource,
URLSource deploymentPolicySource,
java.lang.String deploymentPolicyDomainName,
java.lang.String deploymentPolicyObjectName)
Creates a domain of the specified name on all devices in this managed set. |
ServiceDeployment |
Domain.createServiceDeployment(ServiceConfiguration svcConfig,
URLSource policyURL,
java.lang.String policyDomain,
java.lang.String policyObjName,
boolean importAllFiles)
Create the ServiceDeployment object with service configuration and deployment policy to be deployed in this domain. |
void |
Domain.setDeploymentPolicy(URLSource url,
java.lang.String policyDomain,
java.lang.String policyObjName)
Use this method to specify the deployment policy to apply to this domain during deployment. |
java.util.Hashtable |
ManagedSet.setDeploymentPolicyForDomain(java.lang.String domainName,
URLSource configurationSource,
java.lang.String policyDomainName,
java.lang.String policyName)
Sets the deployment policy for the specified domain name if it is present on any devices in the managed set. |
void |
Domain.setDeploymentPolicyXML(URLSource url)
Use this method to specify the deployment policy in XML format. |
void |
DeploymentPolicy.setPolicyExport(URLSource url,
java.lang.String policyDomain,
java.lang.String policyObjName)
When calling setPolicyExport, the URLSource is a reference to the configuration blob, the domainName and policyObjectName serve as an "index" into the blob, pointing to the domain, and associated deployment policy within the blob. |
void |
DeploymentPolicy.setPolicyXML(URLSource url)
When calling setPolicyXML, the URLSource is a reference to a deployment policy in XML format. |
void |
Domain.setSourceConfiguration(URLSource sourceConfiguration)
Use this method to specify the domain configuration URLSource that should be deployed for this Domain. |
java.util.Hashtable |
ManagedSet.setSourceConfigurationForDomain(java.lang.String domainName,
URLSource configurationSource)
Set the configuration source for the specified domain name if it is is present on any of the devices in the managed set. |
void |
Domain.uploadFile(java.lang.String fileName,
URLSource urlSource)
Upload file to device of this domain |
Constructors in com.ibm.datapower.wamt.clientAPI with parameters of type URLSource | |
---|---|
ServiceConfiguration(URLSource urlSource)
Construct a ServiceConfiguration with the URL of source configuration. |
Uses of URLSource in com.ibm.datapower.wamt.dataAPI |
---|
Methods in com.ibm.datapower.wamt.dataAPI that return URLSource | |
---|---|
URLSource |
StoredDevice.getBackupCertificateLocation()
Gets the location of the certificate file to be used in a secure backup operation on a device |
URLSource |
StoredDeploymentPolicy.getPolicyURL()
Returns the domain configuration source that was persisted on this DeploymentPolicy object. |
URLSource |
StoredDomain.getSourceURL()
Gets the configuration source location where the configuration is stored. |
Methods in com.ibm.datapower.wamt.dataAPI with parameters of type URLSource | |
---|---|
StoredDeploymentPolicy |
Repository.createDeploymentPolicy(StoredDomain domain,
java.lang.String policyObjectName,
URLSource url,
java.lang.String policyDomainName,
DeploymentPolicyType type)
Creates a new policy object in the repository. |
void |
StoredDevice.setBackupCertificateLocation(URLSource certificatesLocation)
Stores the location of the certificate file to be used in the secure backup operation. |
void |
StoredDomain.setSourceURL(URLSource urlSource)
Sets the Configuration source on this StoredDomain. |
Uses of URLSource in com.ibm.datapower.wamt.dataAPI.local.filesystem |
---|
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that return URLSource | |
---|---|
URLSource |
StoredDeviceImpl.getBackupCertificateLocation()
|
URLSource |
StoredDeploymentPolicyImpl.getPolicyURL()
|
URLSource |
StoredDomainImpl.getSourceURL()
|
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem with parameters of type URLSource | |
---|---|
StoredDeploymentPolicyImpl |
RepositoryImpl.createDeploymentPolicy(StoredDomain domain,
java.lang.String name,
URLSource policyURL,
java.lang.String policyDomainName,
DeploymentPolicyType policyType)
Note: The Local File System implementation adds an element to the WAMT.repository.xml file during create operation to save all information related to the policy version within the containing domain element. |
void |
StoredDeviceImpl.setBackupCertificateLocation(URLSource certificateLocation)
|
void |
StoredDomainImpl.setSourceURL(URLSource urlSource)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |