|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.authagent.authapi.ServerStatusImp
public class ServerStatusImp
Contains a current snapshot of the status and configuration settings of each Replica in the realm.
| Constructor Summary | |
|---|---|
ServerStatusImp(RealmStatus realmStatus)
Constructor for the ServerStatus object |
|
| Method Summary | |
|---|---|
int |
getAcePort()
Gets the UDP port of the RSA Authentication Manager authentication service. |
java.lang.String |
getAceProtocol()
Gets the protocol used to resolve the RSA Authentication Manager authentication service port. |
java.lang.String |
getAceService()
Gets the service name of the RSA Authentication Manager authentication service. |
int |
getBaseTimeout()
Gets the number of seconds the RSA Authentication Agent is allowed to wait for a response from the RSA Authentication Manager. |
int |
getConfigVersion()
Gets the version number of the RSA Authentication Manager. |
int |
getDefAliasOptions()
Gets the default values for alias options in either the sdconf.rec or the sdopts.rec, depending on which file is more recent. |
int |
getMaxRetries()
Gets the maximum number of retries allowed for RSA Authentication Agent communication with the RSA Authentication Manager. |
ServerInfo[] |
getServerInfo()
Gets the current status of each Replica in the realm. |
byte[] |
getServerRelease()
Gets the RSA Authentication Manager release number |
java.lang.String |
toString()
Returns all the information in this object in a display-friendly format. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServerStatusImp(RealmStatus realmStatus)
| Method Detail |
|---|
public int getConfigVersion()
getConfigVersion in interface ServerStatuspublic int getMaxRetries()
getMaxRetries in interface ServerStatuspublic int getBaseTimeout()
getBaseTimeout in interface ServerStatuspublic int getAcePort()
getAcePort in interface ServerStatuspublic java.lang.String getAceService()
getAceService in interface ServerStatuspublic java.lang.String getAceProtocol()
getAceProtocol in interface ServerStatuspublic int getDefAliasOptions()
getDefAliasOptions in interface ServerStatuspublic ServerInfo[] getServerInfo()
getServerInfo in interface ServerStatusServerInfopublic byte[] getServerRelease()
getServerRelease in interface ServerStatuspublic java.lang.String toString()
toString in class java.lang.Object
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||