|
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.ServerInfoImp
public class ServerInfoImp
Contains the status and configuration information for each Replica in the realm.
| Field Summary |
|---|
| Fields inherited from interface com.rsa.authagent.authapi.ServerInfo |
|---|
ALIAS_ONLY_OPTION, IGNORE_ALIASES_OPTION |
| Constructor Summary | |
|---|---|
ServerInfoImp(AcmServerInfo acmServerInfo)
Constructor for ServerInfo |
|
| Method Summary | |
|---|---|
java.net.InetAddress |
getActiveAddr()
Returns the active IP address of the Replica. |
java.net.InetAddress |
getAddr()
Returns the official IP address of the Replica. |
java.net.InetAddress[] |
getAliases()
Returns the aliases assigned to the Replica. |
int |
getAliasOptions()
Returns the values of the alias options. |
java.lang.String |
getHostName()
Returns the hostname of the Replica. |
int |
getProcessedRequest()
Returns the number of request (time and auth) processed. |
boolean |
isAddressVerified()
Returns true when the agent has contacted the replica, and the IP address of the replica is valid. |
boolean |
isEmergency()
Returns true when the replica has a priority value of 1 and is used in emergency mode only, which means no other replicas of higher priority are available for use. |
boolean |
isPrimary()
Returns true when the Authentication Manager is a Primary instance. |
boolean |
isSelectable()
Returns true when the replica has a priority value of 2-10. |
boolean |
isSuspended()
Returns true when the agent cannot contact the replica. |
java.lang.String |
toString()
Returns the Replica status and configuration information in a display-friendly format. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServerInfoImp(AcmServerInfo acmServerInfo)
| Method Detail |
|---|
public java.net.InetAddress getAddr()
getAddr in interface ServerInfopublic java.net.InetAddress getActiveAddr()
getActiveAddr in interface ServerInfopublic java.net.InetAddress[] getAliases()
getAliases in interface ServerInfopublic int getAliasOptions()
getAliasOptions in interface ServerInfopublic int getProcessedRequest()
getProcessedRequest in interface ServerInfopublic java.lang.String getHostName()
getHostName in interface ServerInfopublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isSuspended()
ServerInfo
isSuspended in interface ServerInfopublic boolean isEmergency()
ServerInfo
isEmergency in interface ServerInfopublic boolean isSelectable()
ServerInfo
isSelectable in interface ServerInfopublic boolean isPrimary()
ServerInfo
isPrimary in interface ServerInfopublic boolean isAddressVerified()
ServerInfo
isAddressVerified in interface ServerInfo
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||