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(URL sectorURL,
Subject localSub)
Generates a new pairwise subject identifier from the specified
sector identifier URL and local subject.
|
public PairwiseSubjectIdentifierGenerator()
public Subject generate(URL sectorURL, Subject localSub)
sectorURL - The sector identifier URL. Its protocol 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 © 2013 NimbusDS. All Rights Reserved.