Class WalletCredentialEvent
java.lang.Object
com.pingidentity.sdk.pingonewallet.types.WalletEvents.WalletCredentialEvent
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptioncom.pingidentity.did.sdk.client.service.model.Challengestatic WalletEventType -
Constructor Summary
ConstructorsConstructorDescriptionWalletCredentialEvent(String applicationInstanceId, String sender, com.pingidentity.did.sdk.client.service.model.Challenge challenge, com.pingidentity.sdk.pingonewallet.types.WalletMessage.credential.CredentialMessage credentialMessage) -
Method Summary
Modifier and TypeMethodDescriptionAction to be performed on reference credentialcom.pingidentity.did.sdk.client.service.model.ChallengeReturns Wallet Credential Event typeReference credential id for the event, this id can be used to look up the reference credential and perform any operations on it if neededgetType()
-
Field Details
-
TYPE
-
applicationInstanceId
-
sender
-
challenge
public com.pingidentity.did.sdk.client.service.model.Challenge challenge
-
-
Constructor Details
-
WalletCredentialEvent
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceWalletEvent
-
getSender
- Specified by:
getSenderin interfaceWalletEvent
-
getChallenge
public com.pingidentity.did.sdk.client.service.model.Challenge getChallenge()- Specified by:
getChallengein interfaceWalletEvent
-
getCredentialEvent
Returns Wallet Credential Event type- Returns:
CredentialEventType
-
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
Action to be performed on reference credential- Returns:
CredentialAction
-
getApplicationInstanceId
-