public abstract class PairwiseSubjectIdentifierGenerator extends Object
Related specifications:
| Constructor and Description |
|---|
PairwiseSubjectIdentifierGenerator() |
| Modifier and Type | Method and Description |
|---|---|
abstract Subject |
generate(String sectorIdentifier,
Subject localSub)
Generates a new pairwise subject identifier from the specified
sector identifier and local subject.
|
Subject |
generate(URI sectorURI,
Subject localSub)
Generates a new pairwise subject identifier from the specified
sector identifier URI and local subject.
|
public PairwiseSubjectIdentifierGenerator()
public Subject generate(URI sectorURI, Subject localSub)
sectorURI - The sector identifier URI. Its scheme must be
"https", must include a host portion and must not
be null.localSub - The local subject identifier. Must not be
null.public abstract Subject generate(String sectorIdentifier, Subject localSub)
sectorIdentifier - The sector identifier. Must not be
null.localSub - The local subject identifier. Must not be
null.Copyright © 2016 Connect2id Ltd.. All Rights Reserved.