Index
All Classes and Interfaces|All Packages
A
- alreadyExistsErrorMessage(String) - Method in interface org.eclipse.edc.identityhub.spi.store.CredentialStore
- alreadyExistsErrorMessage(String) - Method in interface org.eclipse.edc.identityhub.spi.store.ParticipantContextStore
C
- create(KeyPairResource) - Method in interface org.eclipse.edc.identityhub.spi.store.KeyPairResourceStore
-
Create a new entry in the database using the data specified.
- create(ParticipantContext) - Method in interface org.eclipse.edc.identityhub.spi.store.ParticipantContextStore
-
Creates a ParticipantContext resource in the store.
- create(VerifiableCredentialResource) - Method in interface org.eclipse.edc.identityhub.spi.store.CredentialStore
-
Creates a verifiable credential resource in the store.
- CredentialStore - Interface in org.eclipse.edc.identityhub.spi.store
-
The CredentialStore interface represents a store that manages verifiable credentials.
D
- deleteById(String) - Method in interface org.eclipse.edc.identityhub.spi.store.CredentialStore
-
Deletes a verifiable credential resource from the store based on the given ID.
- deleteById(String) - Method in interface org.eclipse.edc.identityhub.spi.store.KeyPairResourceStore
-
Deletes a KeyPairResource with the given ID, if it exists.
- deleteById(String) - Method in interface org.eclipse.edc.identityhub.spi.store.ParticipantContextStore
-
Deletes a ParticipantContext resource from the store based on the given ID.
K
- KeyPairResourceStore - Interface in org.eclipse.edc.identityhub.spi.store
-
Stores
KeyPairResourceentities in persistent storage.
N
- notFoundErrorMessage(String) - Method in interface org.eclipse.edc.identityhub.spi.store.CredentialStore
- notFoundErrorMessage(String) - Method in interface org.eclipse.edc.identityhub.spi.store.ParticipantContextStore
O
- org.eclipse.edc.identityhub.spi.store - package org.eclipse.edc.identityhub.spi.store
P
- ParticipantContextStore - Interface in org.eclipse.edc.identityhub.spi.store
-
Stores
ParticipantContextobjects and provides basic CRUD operations.
Q
- query(QuerySpec) - Method in interface org.eclipse.edc.identityhub.spi.store.CredentialStore
-
Queries the store for verifiable credentials based on the given query specification.
- query(QuerySpec) - Method in interface org.eclipse.edc.identityhub.spi.store.KeyPairResourceStore
-
Searches for KeyPairResources using the given
QuerySpec. - query(QuerySpec) - Method in interface org.eclipse.edc.identityhub.spi.store.ParticipantContextStore
-
Queries the store for ParticipantContexts based on the given query specification.
U
- update(KeyPairResource) - Method in interface org.eclipse.edc.identityhub.spi.store.KeyPairResourceStore
-
Updates a given KeyPairResource.
- update(ParticipantContext) - Method in interface org.eclipse.edc.identityhub.spi.store.ParticipantContextStore
-
Updates a ParticipantContext resource in the store.
- update(VerifiableCredentialResource) - Method in interface org.eclipse.edc.identityhub.spi.store.CredentialStore
-
Updates a verifiable credential resource in the store.
All Classes and Interfaces|All Packages