updateCredential

Copy
TransactionId updateCredential(Credential Credential, java.lang.String action, CredentialProfile credProfile)

Updates an existing Credential with the supplied CredentialProfile, according to the requested action. Returns a transaction identifier that is used as input to any potential further steps required for Credential update. The transaction identifier returned must have the default type: Transaction.

This entry point may result in the following processes:

  • To retrieve External Operation(s) by calling:

    Copy
    getNextExternalOperations(TransactionId, ExternalOperation[])
  • To externally process the External Operation(s)

  • To return the results to the Credential Provider by calling:

    Copy
    getNextExternalOperations(TransactionId, ExternalOperation[])
updateCredential Parameters

Parameter

Description

credential

The Credential upon which to perform the update process.

action

The update action requested for the specified Credentials.

credProfile

The Credential Profile from which to update the credential.