public class ServerConfigXML.ServerGroup extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
dsBaseDN |
List<ServerConfigXML.DirUserObject> |
dsUsers |
List<ServerConfigXML.ServerObject> |
hosts |
int |
maxPool |
int |
minPool |
Constructor and Description |
---|
ServerGroup(Node node)
Constructs a Server Group object.
|
Modifier and Type | Method and Description |
---|---|
void |
addHost(String name,
String host,
String port,
String type)
Adds a host to the group.
|
String |
toXML(String groupName)
Returns the XML representation of this object.
|
public int minPool
public int maxPool
public List<ServerConfigXML.ServerObject> hosts
public List<ServerConfigXML.DirUserObject> dsUsers
public String dsBaseDN
public ServerGroup(Node node)
node
- XML node for Server Group blob.public void addHost(String name, String host, String port, String type) throws ConfigurationException
name
- Server name.host
- Host name.port
- Port number.type
- Connection type i.e. Simple/SSL.ConfigurationException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.