Class WalletPairingEvent

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

public class WalletPairingEvent extends Object implements WalletEvent
Object representing a pairing event for wallet, returned as a param via WalletCallbackHandler.handleEvent(WalletEvent)
  • 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

    • WalletPairingEvent

      public WalletPairingEvent(String applicationInstanceId, String sender, com.pingidentity.did.sdk.client.service.model.Challenge challenge, com.pingidentity.sdk.pingonewallet.types.WalletMessage.pairing.PairingMessage pairingMessage)
  • Method Details

    • getPairingEventType

      public WalletPairingEventType getPairingEventType()
      Pairing Event type - request or response
      Returns:
      WalletPairingEventType
    • getPairingRequest

      public PairingRequest getPairingRequest()
      Parses ``PairingRequest`` from the secure message sent to the wallet
      Returns:
      PairingRequest
    • 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
    • isSuccess

      public boolean isSuccess()
      Result of wallet pairing
      Returns:
      True if successful, False if failed
    • getError

      public com.pingidentity.sdk.pingonewallet.errors.PairingException getError()
      Returns WalletException if pairing fails, can be used to rectify the error and try again
      Returns:
      WalletException
    • getMessage

      public String getMessage()
    • getApplicationInstanceId

      public String getApplicationInstanceId()