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.Challenge
static 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.Challenge
Returns 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:
getType
in interfaceWalletEvent
-
getSender
- Specified by:
getSender
in interfaceWalletEvent
-
getChallenge
public com.pingidentity.did.sdk.client.service.model.Challenge getChallenge()- Specified by:
getChallenge
in 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
-