| Package | Description |
|---|---|
| xdi2.core.features.digests | |
| xdi2.core.features.encryption | |
| xdi2.core.features.signatures | |
| xdi2.core.io |
Classes for reading and writing XDI graphs in XDI DISPLAY, XDI/JSON, and a few other experimental formats.
|
| xdi2.core.util |
Utility classes.
|
| xdi2.webtools.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Digests.NoDigestsCopyStrategy |
| Modifier and Type | Class and Description |
|---|---|
static class |
Encryptions.NoEncryptionsCopyStrategy |
| Modifier and Type | Class and Description |
|---|---|
static class |
Signatures.NoSignaturesCopyStrategy |
| Modifier and Type | Class and Description |
|---|---|
static class |
Normalization.NormalizationCopyStrategy |
| Modifier and Type | Method and Description |
|---|---|
static String |
Normalization.serialize(ContextNode contextNode,
CopyUtil.CopyStrategy copyStrategy)
Returns the normalized serialization string of a context node, to be used
e.g. for signatures and encryptions.
|
static String |
Normalization.serialize(Graph graph,
CopyUtil.CopyStrategy copyStrategy)
Returns the normalized serialization string of a graph, to be used
e.g. for signatures and encryptions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyUtil.AbstractCopyStrategy
Just copy everything without change.
|
static class |
CopyUtil.AllCopyStrategy
The default strategy that copies everything.
|
static class |
CopyUtil.CompoundCopyStrategy
A compound strategy.
|
static class |
CopyUtil.ReplaceEscapedVariablesCopyStrategy
A strategy for replacing escaped variables.
|
static class |
CopyUtil.ReplaceLiteralVariablesCopyStrategy
A strategy for replacing literal variables.
|
static class |
CopyUtil.ReplaceRegexLiteralStringCopyStrategy
A strategy that replaces literal strings.
|
static class |
CopyUtil.ReplaceXDIAddressCopyStrategy
A strategy that replaces XDI addresses.
|
| Modifier and Type | Method and Description |
|---|---|
static ContextNode |
CopyUtil.copyContextNode(ContextNode contextNode,
ContextNode targetContextNode,
CopyUtil.CopyStrategy copyStrategy)
Copies a context node into a target context node.
|
static ContextNode |
CopyUtil.copyContextNode(ContextNode contextNode,
Graph targetGraph,
CopyUtil.CopyStrategy copyStrategy)
Copies a context node into a target graph.
|
static void |
CopyUtil.copyContextNodeContents(ContextNode contextNode,
ContextNode targetContextNode,
CopyUtil.CopyStrategy copyStrategy)
Copies the contents of a context node (context nodes, relations, and the literal) into a target context node.
|
static void |
CopyUtil.copyContextNodeContents(ContextNode contextNode,
Graph targetGraph,
CopyUtil.CopyStrategy copyStrategy)
Copies the contents of a context node (context nodes, relations, and the literal) into a target graph.
|
static Iterator<ContextNode> |
CopyUtil.copyContextNodes(ContextNode contextNode,
ContextNode targetContextNode,
CopyUtil.CopyStrategy copyStrategy)
Copies all context nodes of a context node into a target context node.
|
static void |
CopyUtil.copyGraph(Graph graph,
Graph targetGraph,
CopyUtil.CopyStrategy copyStrategy)
Copies a whole graph into a target graph.
|
static LiteralNode |
CopyUtil.copyLiteralNode(ContextNode contextNode,
ContextNode targetContextNode,
CopyUtil.CopyStrategy copyStrategy)
Copies a literal of a context node into a target context node.
|
static LiteralNode |
CopyUtil.copyLiteralNode(LiteralNode literalNode,
ContextNode targetContextNode,
CopyUtil.CopyStrategy copyStrategy)
Copies a literal into another context node.
|
static LiteralNode |
CopyUtil.copyLiteralNode(LiteralNode literalNode,
Graph targetGraph,
CopyUtil.CopyStrategy copyStrategy)
Copies a literal into another graph.
|
static Node |
CopyUtil.copyNode(Node node,
ContextNode targetContextNode,
CopyUtil.CopyStrategy copyStrategy) |
static Node |
CopyUtil.copyNode(Node node,
Graph targetGraph,
CopyUtil.CopyStrategy copyStrategy) |
static Relation |
CopyUtil.copyRelation(Relation relation,
ContextNode targetContextNode,
CopyUtil.CopyStrategy copyStrategy)
Copies a relation into another context node.
|
static Relation |
CopyUtil.copyRelation(Relation relation,
Graph targetGraph,
CopyUtil.CopyStrategy copyStrategy)
Copies a relation into another graph.
|
static Iterator<Relation> |
CopyUtil.copyRelations(ContextNode contextNode,
ContextNode targetContextNode,
CopyUtil.CopyStrategy copyStrategy)
Copies all relations of a context node into a target context node.
|
static Statement |
CopyUtil.copyStatement(Statement statement,
Graph targetGraph,
CopyUtil.CopyStrategy copyStrategy)
Copies a statement into another graph.
|
| Constructor and Description |
|---|
CompoundCopyStrategy(CopyUtil.CopyStrategy... copyStrategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageUuidShorteningCopyStrategy |
class |
SecretTokenCensoringCopyStrategy |
class |
SecretTokenInsertingCopyStrategy |
Copyright © 2017. All rights reserved.