Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jan 26, 2024
1 parent c287f9d commit 75f312c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@

import org.eclipse.edc.identityhub.spi.model.participant.ParticipantContext;

/**
* This is the base class for all resources that are owned by a {@link ParticipantContext}.
*/
public abstract class ParticipantResource {
protected String participantId;

/**
* The {@link ParticipantContext} that this KeyPair belongs to.
* The {@link ParticipantContext} that this resource belongs to.
*/
public String getParticipantId() {
return participantId;
Expand Down

0 comments on commit 75f312c

Please sign in to comment.