|
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.config.AgentConfig
public class AgentConfig
| Constructor Summary | |
|---|---|
AgentConfig(DataDirectory dataDirectory)
Private constructor |
|
| Method Summary | |
|---|---|
int |
getAceTime()
|
long |
getAceTimeMillis()
|
AgentProperties |
getAgProps()
|
java.net.InetAddress[] |
getAllHostIp()
|
java.net.InetAddress |
getHostIp()
|
byte[] |
getNodeSecret()
Returns a static copy of the node secret. |
boolean |
isDeltaSet()
|
boolean |
nodeSecretExists()
|
void |
refresh(boolean forced)
Re-read the Agent config data. |
void |
saveNodeSecret(byte[] ns)
Saves the node secret. |
void |
setAceTime(int time)
Set the delta Time (in millisecond between the Ace Server and the client |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgentConfig(DataDirectory dataDirectory)
| Method Detail |
|---|
public boolean nodeSecretExists()
public byte[] getNodeSecret()
public java.net.InetAddress getHostIp()
public AgentProperties getAgProps()
public long getAceTimeMillis()
throws AuthAgentException
AuthAgentException
public int getAceTime()
throws AuthAgentException
AuthAgentExceptionpublic void setAceTime(int time)
public java.net.InetAddress[] getAllHostIp()
public void saveNodeSecret(byte[] ns)
ns - the new node secretpublic void refresh(boolean forced)
forced - If true, force the re-read regardless of the refresh time.public boolean isDeltaSet()
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||