public class ServerInstance extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
getActiveStatus()
Get the status of server instance.
|
String |
getAuthID()
Get the Authentication ID i.e.
|
LDAPUser.Type |
getAuthType()
Get the authentication type of this server.
|
String |
getBaseDN()
The base DN that this server instance has defined.
|
boolean |
getBooleanValue(String key,
boolean defVal) |
Server.Type |
getConnectionType()
Get the connection type to the server.
|
int |
getIntValue(String key,
int defVal) |
int |
getLdapHeatbeat() |
int |
getMaxConnections()
Get the maximum connections that the connection pool is supposed to open.
|
int |
getMinConnections()
Get the minimum connections that the connection pool is supposed to open.
|
String |
getPasswd()
Get the password to get authenticated.
|
int |
getPort()
Get the port number.
|
String |
getServerID()
The serverID of the server to which this server instance is associated
with.
|
String |
getServerName()
Get the name of the server.
|
String |
getStringValue(String key,
String defVal) |
void |
setActiveStatus(boolean serverStatus)
Set the active status.
|
String |
toString() |
public void setActiveStatus(boolean serverStatus)
getServerInstance(String serviceID)
would
exclude this particular server instance.serverStatus
- Status of the server.public boolean getActiveStatus()
public String getServerName()
public int getPort()
public String getServerID()
public String getAuthID()
public Server.Type getConnectionType()
public String getPasswd()
public LDAPUser.Type getAuthType()
public int getMinConnections()
public int getMaxConnections()
public String getBaseDN()
public int getIntValue(String key, int defVal)
public boolean getBooleanValue(String key, boolean defVal)
public int getLdapHeatbeat()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.