Class PresentationRequest

java.lang.Object
com.pingidentity.sdk.pingonewallet.types.PresentationRequest

public class PresentationRequest extends Object
PresentationRequest received in WalletCallbackHandler.handleCredentialRequest(PresentationRequest) Includes the requested keys and information about the requestor.
  • Constructor Details

    • PresentationRequest

      public PresentationRequest(String applicationInstanceId, com.pingidentity.sdk.pingonewallet.types.CredentialRequest credentialRequest, com.pingidentity.did.sdk.w3c.verifiableCredential.VerifiablePresentationRequest verifiablePresentationRequest)
  • Method Details

    • getApplicationInstanceId

      public String getApplicationInstanceId()
    • setApplicationInstanceId

      public void setApplicationInstanceId(String applicationInstanceId)
    • getCredentialRequest

      public com.pingidentity.sdk.pingonewallet.types.CredentialRequest getCredentialRequest()
    • getVerifiablePresentationRequest

      public com.pingidentity.did.sdk.w3c.verifiableCredential.VerifiablePresentationRequest getVerifiablePresentationRequest()
    • getRequestor

      @Nullable public String getRequestor()
      Returns a String of the applicationInstanceID of the requestor
      Returns:
      String id of the requestor
    • getSessionId

      @Nullable public String getSessionId()
      Returns a String of the unique ID for the presentation session
      Returns:
      String for the session
    • getAction

      @Nullable public String getAction()
    • getPurpose

      @Nullable public String getPurpose()
      Returns an Optional purpose String
      Returns:
      String purpose
    • getKeys

      public List<RequestedKey> getKeys()
      Returns a List object that contains the requested keys of a presentation request
      Returns:
      List of requested keys
    • getStringKeys

      public List<String> getStringKeys()
      Returns a List object that contains the requested keys of a presentation request
      Returns:
      List<String>
    • isPairingRequest

      public boolean isPairingRequest()
    • getPairingRequest

      public PairingRequest getPairingRequest()