Class WalletCredentialEvent

java.lang.Object
com.pingidentity.sdk.pingonewallet.types.WalletEvents.WalletCredentialEvent
All Implemented Interfaces:
WalletEvent

public class WalletCredentialEvent extends Object implements WalletEvent
Wallet Credential Event received in callbacks, can be used to ask the app to "update" an existing credential (save new credential and delete the reference credential, giving users the impression of an update)
  • Field Details

    • TYPE

      public static WalletEventType TYPE
    • applicationInstanceId

      public String applicationInstanceId
    • sender

      public String sender
    • challenge

      public com.pingidentity.did.sdk.client.service.model.Challenge challenge
  • Constructor Details

    • WalletCredentialEvent

      public WalletCredentialEvent(String applicationInstanceId, String sender, com.pingidentity.did.sdk.client.service.model.Challenge challenge, com.pingidentity.sdk.pingonewallet.types.WalletMessage.credential.CredentialMessage credentialMessage)
  • Method Details

    • getType

      public WalletEventType getType()
      Specified by:
      getType in interface WalletEvent
    • getSender

      public String getSender()
      Specified by:
      getSender in interface WalletEvent
    • getChallenge

      public com.pingidentity.did.sdk.client.service.model.Challenge getChallenge()
      Specified by:
      getChallenge in interface WalletEvent
    • getCredentialEvent

      public CredentialEventType getCredentialEvent()
      Returns Wallet Credential Event type
      Returns:
      CredentialEventType
    • getReferenceCredentialId

      public String getReferenceCredentialId()
      Reference credential id for the event, this id can be used to look up the reference credential and perform any operations on it if needed
      Returns:
      String credential id
    • getAction

      public CredentialAction getAction()
      Action to be performed on reference credential
      Returns:
      CredentialAction
    • getApplicationInstanceId

      public String getApplicationInstanceId()