public interface PairwiseIdentifierRepository
Modifier and Type | Method and Description |
---|---|
PairwiseIdentifier |
getBySectorIdentifier(String sub,
String sectorIdentifierUri)
Get a pairwise identifier by its associated user subject and sector identifier.
|
void |
save(PairwiseIdentifier pairwise)
Save a pairwise identifier to the database.
|
PairwiseIdentifier getBySectorIdentifier(String sub, String sectorIdentifierUri)
sub
- sectorIdentifierUri
- void save(PairwiseIdentifier pairwise)
pairwise
- Copyright © 2018. All rights reserved.