|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerInfo
Contains the last known status and configuration information for a specific replica in the realm.
| Field Summary | |
|---|---|
static byte |
ALIAS_ONLY_OPTION
Value of the ALIASES_ONLY keyword, as specified in the sdopts.rec file. |
static byte |
IGNORE_ALIASES_OPTION
Value of the IGNORE_ALIASES keyword, as specified in the sdopts.rec file. |
| 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 value of the ALIAS_ONLY_OPTION or the IGNORE_ALIASES_OPTION. |
java.lang.String |
getHostName()
Returns the hostname of the replica. |
int |
getProcessedRequest()
Returns the number of processed authentication requests. |
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. |
| Field Detail |
|---|
static final byte IGNORE_ALIASES_OPTION
static final byte ALIAS_ONLY_OPTION
| Method Detail |
|---|
java.net.InetAddress getAddr()
java.net.InetAddress getActiveAddr()
Call only after the agent sends an authentication or time request to the replica.
java.net.InetAddress[] getAliases()
int getAliasOptions()
int getProcessedRequest()
boolean isSuspended()
boolean isEmergency()
boolean isSelectable()
boolean isPrimary()
boolean isAddressVerified()
java.lang.String getHostName()
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||