public class DSConfigMgrBase extends Object implements IDSConfigMgr
Constructor and Description |
---|
DSConfigMgrBase() |
Modifier and Type | Method and Description |
---|---|
String |
getHostName(String serverGroupID)
Returns the host names for this id.
|
ServerGroup |
getServerGroup(String serverGroupID)
Gets the ServerGroup object reference for this serverGroupID.
|
ServerInstance |
getServerInstance(LDAPUser.Type authType)
Get the instance from server group, which is defined as default.
|
ServerInstance |
getServerInstance(String serverGroupID,
LDAPUser.Type authType)
Given the server group ID, this method returns the active and best
available server instance.
|
void |
parseServiceConfigXML() |
String |
toString() |
public ServerGroup getServerGroup(String serverGroupID)
getServerGroup
in interface IDSConfigMgr
serverGroupID
- The serverGroup ID for the ServerGroup to be retrieved.public String getHostName(String serverGroupID)
IDSConfigMgr
getHostName
in interface IDSConfigMgr
serverGroupID
- Server Group ID.public ServerInstance getServerInstance(String serverGroupID, LDAPUser.Type authType)
serverGroupID
- The serverGroupID for which the server instance is fetched.authType
- The auth type is the privilege that the user in the
configuration must have.LDAPUser.Type
public ServerInstance getServerInstance(LDAPUser.Type authType)
getServerInstance
in interface IDSConfigMgr
authType
- The auth type is the privilege that the user in the
configuration must have.LDAPUser.Type
public void parseServiceConfigXML() throws SMSException, SSOException, XMLException
SMSException
SSOException
XMLException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.