| Modifier and Type | Method and Description |
|---|---|
Contributor |
ExecutionContext.getCurrentContributor() |
Contributor |
ExecutionContext.getExceptionContributor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionContext.pushContributor(Contributor contributor,
String comment) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContributor |
| Modifier and Type | Method and Description |
|---|---|
<T extends Contributor> |
ContributorMap.getContributor(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Contributor |
ContributorMap.ContributorFound.getContributor() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<XDIAddress,List<Contributor>>> |
ContributorMap.entrySet() |
ReadOnlyIterator<Contributor> |
ContributorMap.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContributorMap.addContributor(Contributor contributor) |
void |
ContributorMap.addContributor(XDIAddress contextNodeXDIAddress,
Contributor contributor) |
void |
ContributorMap.removeContributor(Contributor contributor) |
void |
ContributorMap.removeContributor(XDIAddress contributorXDIAddress,
Contributor contributor) |
| Constructor and Description |
|---|
ContributorMap.ContributorFound(XDIAddress contributorXDIAddress,
Contributor contributor) |
| Constructor and Description |
|---|
ContributorMap(Map<XDIAddress,List<Contributor>> contributors) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageResultContributor
This contributor can add metadata to a message result, e.g. a timestamp,
a TO peer root XRI, and a signature.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenerateDigestSecretTokenContributor
This contributor can generate secret tokens in digest form in a target graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenerateKeyContributor
This contributor can generate key pairs and symmetric keys in a target graph.
|
Copyright © 2015. All Rights Reserved.