|
SiteMinder Java SDK r12.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnetegrity.siteminder.javaagent.ServerDef
public class ServerDef
Holds information needed to define a connection between the client application and the Policy Server.
You can use this object to define either a clustered server or a non-clustered server. For information about clustered servers and non-clustered servers, see the Programming Guide for Java.authorizationPort, authenticationPort, and
accountingPort fields all reference the same port number. The three
fields are maintained for backward compatibility.
AgentAPI| Field Summary | |
|---|---|
int |
accountingPort
Accounting server port (0 for none). |
int |
authenticationPort
Authentication server port (0 for none). |
int |
authorizationPort
Authorization server port (0 for none). |
int |
clusterSeq
Cluster sequence number. |
int |
connectionMax
Maximum number of connections. |
int |
connectionMin
Number of initial connections. |
int |
connectionStep
Number of connections to allocate when out of connections. |
java.lang.String |
serverIpAddress
Server IP address. |
int |
timeout
Connection timeout in seconds. |
| Constructor Summary | |
|---|---|
ServerDef()
Creates an empty ServerDef object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String serverIpAddress
public int connectionMin
public int connectionMax
public int connectionStep
public int timeout
public int authorizationPort
public int authenticationPort
public int accountingPort
public int clusterSeq
Cluster sequence number.
If the agent is not associated with clusters, set this field to 0 (the default).
| Constructor Detail |
|---|
public ServerDef()
ServerDef object.
|
Java SDK r12.5 Thu 09/08/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||