C D G I O P R S T U V 

C

com.tibco.ax.fw.cfg.api - package com.tibco.ax.fw.cfg.api
 
ConfigException - Exception in com.tibco.ax.fw.cfg.api
 
ConfigException(String) - Constructor for exception com.tibco.ax.fw.cfg.api.ConfigException
 
Contact - Class in com.tibco.ax.fw.cfg.api
 
Contact() - Constructor for class com.tibco.ax.fw.cfg.api.Contact
 
ContactType - Enum in com.tibco.ax.fw.cfg.api
 
createAdminUser(String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Create a new admin user with the given name.
createBusinessAgreement(String, String, Date, Date) - Method in interface com.tibco.ax.fw.cfg.api.IBusinessAgreements
Create business agreement between given host and partner.
createBusinessAgreementOperationBindings(String, String, String, boolean, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IBusinessAgreements
Create operation binding for given protocol binding of business agreement between given host and partner.
createBusinessAgreementProtocolBindings(String, String, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IBusinessAgreements
Create protocol binding for business agreement between given host and partner.
createCertificateCredential(String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Upload a new certificate key for a given participant.
createExternalUser(String, String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Create an external user with given email,password,firstName,lastName and partner this user belongs to.
createGroup(String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Create a group with given name.
createHostProtocolProperty(String, String, PropertyDefinition) - Method in interface com.tibco.ax.fw.cfg.api.IGrammar
Add property definition to protocol binding of host for given grammar of given plugin.
createInternalUser(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Create an internal user with given name and password.
createInternalUserGroups(String, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Join the given internal user to given groups
createOperationInteriorNode(String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Create operation interior node on the next level of given parent path for given protocol.
createOperationNodeDefinition(String, String, String, String, int) - Method in interface com.tibco.ax.fw.cfg.api.IGrammar
Create definition of operation node for given grammar of given plugin.
createOperationNodeProperty(String, String, String, PropertyDefinition) - Method in interface com.tibco.ax.fw.cfg.api.IGrammar
Add property definition to operation node for given grammar of given plugin.
createOperationTransactionActionDefinition(String, String, String, String, String, int) - Method in interface com.tibco.ax.fw.cfg.api.IGrammar
Create definition of action of operation transaction for given grammar of given plugin.
createOperationTransactionActionProperty(String, String, String, String, PropertyDefinition) - Method in interface com.tibco.ax.fw.cfg.api.IGrammar
Add property definition to action of operation transaction for given grammar of given plugin.
createOperationTransactionDefinition(String, String, String, String, boolean) - Method in interface com.tibco.ax.fw.cfg.api.IGrammar
Create definition of operation transaction for given grammar of given plugin.
createOperationTransactionNode(String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Create operation transaction node under the parent path for given protocol.
createOperationTransactionProperty(String, String, String, PropertyDefinition) - Method in interface com.tibco.ax.fw.cfg.api.IGrammar
Add property definition to operation transaction for given grammar of given plugin.
createParticipant(String, boolean, boolean) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Create a new participant as a host or partner with the given name, and activate it or not.
createParticipantBusinessLocation(String, Location) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Create a business location for a participant.
createParticipantBusinessLocationContact(String, String, Contact) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Create a contact associated with a business location of a participant.
createPartnerProtocolProperty(String, String, PropertyDefinition) - Method in interface com.tibco.ax.fw.cfg.api.IGrammar
Add property definition to protocol binding of partner for given grammar of given plugin.
createPgpKeyPair(String, String, int, String, String, Date, String, int) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Generate a new PGP key pair for a given participant.
createPgpPrivateKeyCredential(String, String, String, String, String, String, String, boolean) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Upload a new PGP private key for a given participant.
createPgpPublicKeyCredential(String, String, String, String, String, boolean) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Upload a new PGP public key for a given participant.
createPrivateKeyCredential(String, String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Upload a new private key for a given participant.
createProtocolGrammar(String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IGrammar
Create protocol grammar with given name for given plugin.
createProtocolSetting(String, String, PropertyDefinition) - Method in interface com.tibco.ax.fw.cfg.api.IGrammar
Add property definition to protocol settings for given grammar of given plugin.
createSshPrivateKeyCredential(String, String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Upload a new SSH private key for a given participant.
createSshPublicKeyCredential(String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Upload a new SSH public key for a given participant.
createTransport(String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Add a transport to an enabled protocol for a given participant.
Credential - Class in com.tibco.ax.fw.cfg.api
 
Credential() - Constructor for class com.tibco.ax.fw.cfg.api.Credential
 
Credential(ICredential) - Constructor for class com.tibco.ax.fw.cfg.api.Credential
 

D

deleteAdminUser(String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Delete the given admin user.
deleteAllCredentials(String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Delete all credentials for a given participant.
deleteAllInternalUserGroups(String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Remove the given internal user from all groups this user belongs to.
deleteBusinessAgreement(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IBusinessAgreements
Delete business agreement between given host and partner.
deleteCredential(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Delete credential for a given participant.
deleteExternalUser(String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Delete the given external user.
deleteGroup(String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Delete given group.
deleteInternalUser(String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Delete the given internal user.
deleteInternalUserGroups(String, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Remove the given internal user from given groups
deleteOperationNode(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Delete all operation nodes under given path for given protocol.
deleteParticipant(String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Delete a participant.
deleteParticipantBusinessLocation(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Delete the business location of participant.
deleteParticipantBusinessLocationContact(String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Delete a contact associated with a business location of a participant.
deleteTransports(String, String, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Delete given transports from a given protocol for a given participant.

G

getAlias() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get alias of credential
getCreationDate() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get creation date of credential
getDefaultValue() - Method in class com.tibco.ax.fw.cfg.api.PropertyDefinition
Get default value of property definition
getDisplayName() - Method in class com.tibco.ax.fw.cfg.api.PropertyDefinition
Get display name of property definition
getDn() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get distinguished name of credential
getEmail() - Method in class com.tibco.ax.fw.cfg.api.Contact
Get email of contact
getEncryptionAlgorithm() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get algorithm of encryption
getEncryptionKeyFingerprint() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get fingerprint of encryption key
getEncryptionKeyID() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get id of encryption key
getEncryptionKeyLength() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get length of encryption key
getExpiryDate() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get expiry date of credential
getFax() - Method in class com.tibco.ax.fw.cfg.api.Contact
Get fax of contact
getFirstName() - Method in class com.tibco.ax.fw.cfg.api.Contact
Get first name of contact
getLastName() - Method in class com.tibco.ax.fw.cfg.api.Contact
Get last name of contact
getName() - Method in class com.tibco.ax.fw.cfg.api.PropertyDefinition
Get name of property definition
getName() - Method in class com.tibco.ax.fw.cfg.api.Transport
Get name of transport
getPager() - Method in class com.tibco.ax.fw.cfg.api.Contact
Get pager of contact
getPassword() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get password of credential
getPhone() - Method in class com.tibco.ax.fw.cfg.api.Contact
Get phone of contact
getPriCredContent() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get content of private credential
getPubCredContent() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get content of public credential
getShadowExpiryDate() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get expiry date of shadow credential
getShadowName() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get name of shadow credential
getSigningAlgorithm() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get algorithm of signing
getSigningKeyFingerprint() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get fingerprint of signing key
getSigningKeyID() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get id of signing key
getSigningKeyLength() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get length of signing key
getType() - Method in class com.tibco.ax.fw.cfg.api.Contact
Get type of contact
getType() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get type of credential
getType() - Method in class com.tibco.ax.fw.cfg.api.PropertyDefinition
Get type of property definition
getType() - Method in class com.tibco.ax.fw.cfg.api.Transport
Get type of transport
getUpdatedFileName() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get name of updated file
getUserID() - Method in class com.tibco.ax.fw.cfg.api.Credential
Get id of user

I

IBusinessAgreements - Interface in com.tibco.ax.fw.cfg.api
 
IGrammar - Interface in com.tibco.ax.fw.cfg.api
 
IOperations - Interface in com.tibco.ax.fw.cfg.api
 
IParticipants - Interface in com.tibco.ax.fw.cfg.api
 
IUsers - Interface in com.tibco.ax.fw.cfg.api
 

O

OperationPropertyType - Enum in com.tibco.ax.fw.cfg.api


REGULAR For regular operation properties
REQUEST For operation request action properties
RESPONSE For operation response action properties
NOTIFY For operation notify action properties
INBOUND For operation inbound action properties
OUTBOUND For operation outbound action properties

P

PropertyDefinition - Class in com.tibco.ax.fw.cfg.api
 
PropertyDefinition() - Constructor for class com.tibco.ax.fw.cfg.api.PropertyDefinition
 

R

retrieveAllCredentials(String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Retrieve all credentials for a given participant.
retrieveAllTransports(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Retrieve all transports of a given protocol for a given participant.
retrieveAvailableShadows(String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Retrieve available shadows for a given certificate or private key.
retrieveBusinessAgreementOperationBindingPropertyValues(String, String, boolean, String, String, OperationPropertyType, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IBusinessAgreements
Retrieve property values of operation binding for given protocol binding of business agreement between given host and partner.In case the operation binding does not exist the corresponding value in the operation tree is returned.
retrieveCertificateCredential(String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Export certificate from a given participant.
retrieveEnabledProtocolPropertyValues(String, String, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Retrieve property values from an enabled protocol of a given participant.
retrieveExternalUserProtocolPermission(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Retrieve given external user's permission of given protocol.
retrieveGroupBusinessAgreementPermission(String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Retrieve business agreement permission with given business agreement for given group.
retrieveGroupParticipantPermission(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Retrieve participants permission for given group.
retrieveGroups() - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Retrieve all group.
retrieveHostPropertyDefinitions(String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Retrieve all the available host property definitions for a given protocol.
retrieveIdentifiedBusinessAgreementOperationBindingPropertyValues(String, String, String, String, Boolean, String, String, OperationPropertyType, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IBusinessAgreements
Retrieve property values of operation binding for given protocol binding of business agreement between given host and partner.In case the operation binding does not exist the corresponding value in the operation tree is returned.
retrieveInternalUserBusinessAgreementPermission(String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Retrieve business agreement permission with given business agreement for given internal user.
retrieveInternalUserGroups(String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Retrieve the given internal user's group membership.
retrieveInternalUserParticipantPermission(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Retrieve participant permission for given internal user.
retrieveOperationChildNodes(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Retrieve the names of child nodes under the operation path for given protocol.
retrieveOperationInteriorNodePropertyDefinitions(String, int) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Retrieve property definition of interior node at given level of given protocol.
retrieveOperationInteriorNodePropertyValues(String, String, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Retrieve property values for given operation interior node.
retrieveOperationInteriorNodeTypes(String) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Retrieve interior node types of given protocol.
retrieveOperationLevels(String) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Retrieve the number of levels in a protocol's operation tree.
retrieveOperationTransactionNodePropertyDefinitions(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Retrieve property definition of given transaction type of given protocol.
retrieveOperationTransactionNodePropertyValues(String, String, OperationPropertyType, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Retrieve property values for given operation transaction node.
retrieveOperationTransactionNodeTypes(String) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Retrieve transaction node types of given protocol.
retrieveParticipantBusinessLocation(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Retrieve the business location of participant.
retrieveParticipantBusinessLocationContacts(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Retrieve contacts associated with a business location of a participant.
retrievePartnerPropertyDefinitions(String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Retrieve all the available partner property definitions for a given protocol.
retrievePgpPrivateKeyCredential(String, String, boolean) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Export PGP private key from a given participant.
retrievePgpPublicKeyCredential(String, String, boolean) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Export PGP public key from a given participant.
retrievePrivateKeyCredential(String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Export private key from a given participant.
retrieveSshPrivateKeyCredential(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Export SSH private key from a given participant.
retrieveSshPublicKeyCredential(String, String, boolean) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Export SSH public key from a given participant.
retrieveTransportPropertyValues(String, String, String, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Retrieve transport property of a given protocol for a given participant.
retrieveTransportTypes(String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Retrieve available transport types of a given protocol for a given participant.

S

setAlias(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set alias of credential
setCreationDate(Date) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set creation date of credential
setDefaultValue(Object) - Method in class com.tibco.ax.fw.cfg.api.PropertyDefinition
Set default value of property definition
setDisplayName(String) - Method in class com.tibco.ax.fw.cfg.api.PropertyDefinition
Set display name of property definition
setDn(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set distinguished name of credential
setEmail(String) - Method in class com.tibco.ax.fw.cfg.api.Contact
Set email of contact
setEncryptionAlgorithm(int) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set algorithm of encryption
setEncryptionKeyFingerprint(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set fingerprint of encryption key
setEncryptionKeyID(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set id of encryption key
setEncryptionKeyLength(int) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set length of encryption key
setExpiryDate(Date) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set expiry date of credential
setFax(String) - Method in class com.tibco.ax.fw.cfg.api.Contact
Set fax of contact
setFirstName(String) - Method in class com.tibco.ax.fw.cfg.api.Contact
Set first name of contact
setLastName(String) - Method in class com.tibco.ax.fw.cfg.api.Contact
Set last name of contact
setName(String) - Method in class com.tibco.ax.fw.cfg.api.PropertyDefinition
Set name of property definition
setName(String) - Method in class com.tibco.ax.fw.cfg.api.Transport
Set name of transport
setPager(String) - Method in class com.tibco.ax.fw.cfg.api.Contact
Set pager of contact
setPassword(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set password of credential
setPhone(String) - Method in class com.tibco.ax.fw.cfg.api.Contact
Set phone of contact
setPriCredContent(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set content of private credential
setPubCredContent(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set content of public credential
setShadowExpiryDate(Date) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set expiry date of shadow credential
setShadowName(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set name of shadow credential
setSigningAlgorithm(int) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set algorithm of signing
setSigningKeyFingerprint(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set fingerprint of signing key
setSigningKeyID(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set id of signing key
setSigningKeyLength(int) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set length of signing key
setType(ContactType) - Method in class com.tibco.ax.fw.cfg.api.Contact
Set type of contact
setType(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set type of credential
setType(String) - Method in class com.tibco.ax.fw.cfg.api.PropertyDefinition
Set type of property definition
setType(String) - Method in class com.tibco.ax.fw.cfg.api.Transport
Set type of transport
setUpdatedFileName(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set name of updated file
setUserID(String) - Method in class com.tibco.ax.fw.cfg.api.Credential
Set id of user

T

toString() - Method in class com.tibco.ax.fw.cfg.api.Contact
 
Transport - Class in com.tibco.ax.fw.cfg.api
 
Transport() - Constructor for class com.tibco.ax.fw.cfg.api.Transport
 

U

updateBusinessAgreementOperationBindingPropertyValues(String, String, boolean, String, String, OperationPropertyType, String[], Object[]) - Method in interface com.tibco.ax.fw.cfg.api.IBusinessAgreements
Set property values of operation binding for given protocol binding of business agreement between given host and partner.
updateCertificateCredential(String, String, String, String, String, String, Date) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Update a uploaded certificate key for a given participant.
updateDisabledParticipantProtocols(String, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Enable given protocols for a participant.
updateEnabledParticipantProtocols(String, String[]) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Disable given protocols for a participant.
updateEnabledProtocolPropertyValues(String, String, String[], Object[]) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Set property values of an enabled protocol for a given participant.
updateExternalUserProtocolPermission(String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Set given external user's permission of given protocol.
updateGroupBusinessAgreementPermission(String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Set business agreement permission with given business agreement for given group.
updateGroupParticipantPermission(String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Set participant permission for given group.
updateInternalUserBusinessAgreementPermission(String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Set business agreement permission with given business agreement for given internal user.
updateInternalUserParticipantPermission(String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IUsers
Set participant permission for given internal user.
updateOperationInteriorNodePropertyValues(String, String, String[], Object[]) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Set property values for given operation interior node.
updateOperationTransactionNodePropertyValues(String, String, OperationPropertyType, String[], Object[]) - Method in interface com.tibco.ax.fw.cfg.api.IOperations
Set property values for given operation transaction node.
updateParticipantBusinessLocationLegalContact(String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Set a primary legal contact associated with a business location of a participant.
updateParticipantBusinessLocationSupportContact(String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Set a primary support contact associated with a business location of a participant.
updatePrivateKeyCredential(String, String, String, String, String, String, Date, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Update a uploaded private key for a given participant.
updateSshPrivateKeyCredential(String, String, String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Update a uploaded SSH private key for a given participant.
updateSshPublicKeyCredential(String, String, String, String, String) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Update an uploaded SSH public key for a given participant.
updateTransportPropertyValues(String, String, String, String[], Object[]) - Method in interface com.tibco.ax.fw.cfg.api.IParticipants
Set transport property values of a given protocol for a given participant.

V

valueOf(String) - Static method in enum com.tibco.ax.fw.cfg.api.ContactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.ax.fw.cfg.api.OperationPropertyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tibco.ax.fw.cfg.api.ContactType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.ax.fw.cfg.api.OperationPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
C D G I O P R S T U V