public class ServerGroup extends Object implements ParseOutput
Constructor and Description |
---|
ServerGroup() |
Modifier and Type | Method and Description |
---|---|
int |
getLdapHeartbeat() |
ServerInstance |
getServerInstance(LDAPUser.Type authType)
Get the server instance that's currently active.
|
Collection<Server> |
getServersList()
The list of servers that are defined in this server group.
|
void |
process(XMLParser parser,
String name,
Vector elems,
Hashtable atts,
String Pcdata)
Not to be called.
|
String |
serverGroupName() |
String |
toString() |
public void process(XMLParser parser, String name, Vector elems, Hashtable atts, String Pcdata) throws XMLException
process
in interface ParseOutput
name
- the name of this node.elems
- contains all the sub-nodes.atts
- contains the attributes value of this nodePcdata
- contains text value of this nodeXMLException
ParseOutput
public ServerInstance getServerInstance(LDAPUser.Type authType)
authType
- Defined in LDAPUser.java there are four types of users.LDAPUser.Type
public String serverGroupName()
public Collection<Server> getServersList()
public int getLdapHeartbeat()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.