public class Node extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
clientDN |
int |
id |
Instant |
lastContact |
Map<String,String> |
modules
Relevant software modules running at the client.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Node() |
|
Node(int id,
String clientDN,
Instant lastContact) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommonName()
Extract the common name component from the distinguished name.
|
public int id
public String clientDN
public Instant lastContact
public String getCommonName()
nullCopyright © 2014–2018 University of Oldenburg. All rights reserved.