public class RemoteIdentity<Node extends RemoteNode<Node>>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Node |
node
The remote node.
|
Principal |
principal
The principal under which the remote node is authenticated.
|
| Constructor and Description |
|---|
RemoteIdentity(Node node,
Principal principal) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final Node extends RemoteNode<Node> node
public final Principal principal