Uses of Class
org.hyperledger.aries.api.present_proof.PresentationExchangeRecord
-
Packages that use PresentationExchangeRecord Package Description org.hyperledger.aries org.hyperledger.aries.api.present_proof org.hyperledger.aries.api.present_proof_v2 org.hyperledger.aries.webhook -
-
Uses of PresentationExchangeRecord in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type PresentationExchangeRecord Modifier and Type Method Description Optional<PresentationExchangeRecord>AriesClient. presentProofCreateRequest(@NonNull PresentProofRequest proofRequest)Creates a presentation request not bound to any proposal or existing connectionOptional<List<PresentationExchangeRecord>>AriesClient. presentProofRecords()Fetch all present-proof exchange recordsOptional<List<PresentationExchangeRecord>>AriesClient. presentProofRecords(PresentProofRecordsFilter filter)Fetch all present-proof exchange recordsOptional<PresentationExchangeRecord>AriesClient. presentProofRecordsGetById(@NonNull String presentationExchangeId)Fetch a single presentation exchange record by IDOptional<PresentationExchangeRecord>AriesClient. presentProofRecordsSendPresentation(@NonNull String presentationExchangeId, @NonNull PresentationRequest presentationRequest)Sends a proof presentationOptional<PresentationExchangeRecord>AriesClient. presentProofRecordsSendRequest(@NonNull String presentationExchangeId, @NonNull V10PresentationSendRequestToProposal request)Sends presentation request in reference to a proposalOptional<PresentationExchangeRecord>AriesClient. presentProofRecordsVerifyPresentation(@NonNull String presentationExchangeId)Verify a received presentationOptional<PresentationExchangeRecord>AriesClient. presentProofSendProposal(@NonNull PresentProofProposal proofProposal)Sends a presentation proposalOptional<PresentationExchangeRecord>AriesClient. presentProofSendRequest(@NonNull String proofRequestJson)Sends a free presentation request not bound to any proposal.Optional<PresentationExchangeRecord>AriesClient. presentProofSendRequest(@NonNull PresentProofRequest proofRequest)Sends a free presentation request not bound to any proposal -
Uses of PresentationExchangeRecord in org.hyperledger.aries.api.present_proof
Classes in org.hyperledger.aries.api.present_proof with type parameters of type PresentationExchangeRecord Modifier and Type Class Description static classPresentationExchangeRecord.PresentationExchangeRecordBuilder<C extends PresentationExchangeRecord,B extends PresentationExchangeRecord.PresentationExchangeRecordBuilder<C,B>>Methods in org.hyperledger.aries.api.present_proof that return PresentationExchangeRecord Modifier and Type Method Description PresentationExchangeRecordProofRequestPresentationBuilder.BuiltPresentationRequest. getPresentationExchangeRecord()Methods in org.hyperledger.aries.api.present_proof with parameters of type PresentationExchangeRecord Modifier and Type Method Description static Optional<PresentationRequest>PresentationRequestBuilder. acceptAll(@NonNull PresentationExchangeRecord presentationExchange, @NonNull List<PresentationRequestCredentials> matchingCredentials)Auto accept all matching credentialsProofRequestPresentationBuilder.BuiltPresentationRequest.BuiltPresentationRequestBuilderProofRequestPresentationBuilder.BuiltPresentationRequest.BuiltPresentationRequestBuilder. presentationExchangeRecord(PresentationExchangeRecord presentationExchangeRecord)voidProofRequestPresentationBuilder.BuiltPresentationRequest. setPresentationExchangeRecord(PresentationExchangeRecord presentationExchangeRecord) -
Uses of PresentationExchangeRecord in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return PresentationExchangeRecord Modifier and Type Method Description static PresentationExchangeRecordV20PresExRecordToV1Converter. toV1(@NonNull V20PresExRecord v2) -
Uses of PresentationExchangeRecord in org.hyperledger.aries.webhook
Methods in org.hyperledger.aries.webhook that return types with arguments of type PresentationExchangeRecord Modifier and Type Method Description Optional<PresentationExchangeRecord>EventParser. parsePresentProof(String json)reactor.core.publisher.Flux<PresentationExchangeRecord>ReactiveEventHandler. presentationEx()Methods in org.hyperledger.aries.webhook with parameters of type PresentationExchangeRecord Modifier and Type Method Description voidEventHandler. handleProof(PresentationExchangeRecord proof)voidTenantAwareEventHandler. handleProof(String walletId, PresentationExchangeRecord proof)
-