beginCredential
Creates a new credential with the name supplied as argument. If you call this method, you must also add properties to it using addCredentialProperty() or addCredentialPropertiesFromMap(), and finally close the credential by calling endCredential().
Signature
beginCredential(arg0:String) -> void |
Generic signature
Parameters
Name | Type | Description |
---|---|---|
arg0 | String | The name of the credential as it was defined in MapForce. |