| AbstractInterceptor |
| BootstrapInterceptor
This interceptor can initialize an empty XDI graph with basic bootstrapping data,
such as the owner XDI address of the graph, and initial link contracts.
|
| ExecuteCommandInterceptor
This interceptor will execute a command line
on an incoming message envelope, message, or operation.
|
| FromInterceptor
This interceptor checks if the source peer root of a message matches the sender of the message.
|
| HasInterceptor
This interceptor handles $has relations.
|
| ManipulatingInterceptor
This uses a list of manipulators that can manipulate an incoming message envelope or message.
|
| MessagePolicyInterceptor
This interceptor evaluates message policies.
|
| ReadOnlyInterceptor
This interceptor throws an exception when $add, $mod or $del operations are attempted on given contexts of the target graph.
|
| RedirectInterceptor
This interceptor can route messages using the XDI agent framework.
|
| RefInterceptor
This interceptor handles $ref and $rep relations.
|
| ToInterceptor
This interceptor checks if the target peer root of a message matches the owner peer root of the messaging container.
|
| VariablesInterceptor
This interceptor can replace XDI variables in a $add operation with automatically generated persistent addresses.
|
| WriteListenerInterceptor
This interceptor listens to changes on a messaging container.
|
| WriteListenerInterceptor.WriteListener |