|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.pd.jadmin.PDAppSvrInfo
public class PDAppSvrInfo
This class encapsulates the configuration information for a Security Access Manager application server for Java. An instance of this class must be obtained using the PDAppSvrConfig.getPDAppSvrInfo method.
Modes: Local,Remote
Field Summary | |
---|---|
boolean |
appsvrCertRefresh
Whether or not the application server's automatic refresh of its keystore certificate when it is close to expiration. |
java.lang.String |
appsvrConfigName
The application server name used in the PDAppSvrConfig.configureAppSvr method. |
java.net.URL |
appsvrDbDir
The policy database directory URL. |
java.net.URL |
appsvrDbFile
The policy database file URL. |
int |
appsvrDbRefresh
The policy database refresh interval, in seconds. |
java.lang.String |
appsvrDomain
The name of the domain the application server is defined in. |
java.lang.String |
appsvrHost
The host the application server runs on. |
boolean |
appsvrListening
Whether or not the application server listens for policy database updates from the Security Access Manager policy server. |
boolean |
appsvrLocal
Whether or not the application server can process APIs locally. |
int |
appsvrPort
The TCP/IP port the application server listens on. |
java.lang.String |
appsvrSvrName
The name of the application server object in the policy database and the name used in server commands and methods. |
java.lang.String |
appsvrUserName
The name of the Security Access Manager user created for the application server. |
java.util.ArrayList |
authzServers
A list of Security Access Manager authorization servers that the application server communicates with. |
java.util.ArrayList |
plcyServers
A list of Security Access Manager policy servers that the application server communicates with. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String appsvrConfigName
public java.lang.String appsvrUserName
public java.lang.String appsvrSvrName
public java.lang.String appsvrDomain
public boolean appsvrLocal
public java.lang.String appsvrHost
public int appsvrPort
public boolean appsvrListening
public int appsvrDbRefresh
public java.net.URL appsvrDbDir
public java.net.URL appsvrDbFile
public java.util.ArrayList plcyServers
public java.util.ArrayList authzServers
public boolean appsvrCertRefresh
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |