public static class ServerConfigXML.ServerObject extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
host |
String |
name |
String |
port |
String |
type |
Constructor and Description |
---|
ServerObject()
Constructs a Server object.
|
ServerObject(Node node)
Constructs a Server object.
|
Modifier and Type | Method and Description |
---|---|
String |
toXML()
Returns the XML representation of this object.
|
public String name
public String host
public String port
public String type
public ServerObject()
public ServerObject(Node node)
node
- XML node for directory user blob.public String toXML()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.