|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.plugin.domino.agents.common.DominoCommandEmitter
public abstract class DominoCommandEmitter
Common library class used for sending password commands to the remote proxy.
| Constructor Summary | |
|---|---|
DominoCommandEmitter()
|
|
| Method Summary | |
|---|---|
protected static boolean |
executeProxyCommand(String uid,
String password,
int aOpCode)
This method is the actual worker. |
static PWSyncLog |
getLog(String propName)
Gets the common for all the domino agents log. |
static boolean |
readyToSync(String uid,
String password)
This method only checks that the remote proxy is up and the Password Store is ready. |
static void |
stopProxy()
sends a request to the running Java Proxy to stop. |
static boolean |
syncPass(String uid,
String password)
this method is used to synchronized the provided as parameters user credentials. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DominoCommandEmitter()
| Method Detail |
|---|
public static boolean syncPass(String uid,
String password)
uid - the user's name.password - the user's password.
public static boolean readyToSync(String uid,
String password)
uid - not required.password - not required.
protected static boolean executeProxyCommand(String uid,
String password,
int aOpCode)
uid - the user to sendpassword - the password to sendaOpCode - the operation code to send.
public static PWSyncLog getLog(String propName)
propName - the name of the property which points to the log file which
will be used to log in.
PWSyncLog instance.public static void stopProxy()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||