Uses of Class
com.ibm.di.plugin.log.PWSyncLog
-
Packages that use PWSyncLog Package Description com.ibm.di.plugin.domino.agents.common Provides classes used for sending password commands.com.ibm.di.plugin.log Provides classes for managing the common log file used by all plug-ins.com.ibm.di.plugin.proxy Provides classes for managing the common Java Proxy used by all plug-ins.com.ibm.di.plugin.pwstore.jms.driver Provides classes for connecting to different JMS password stores.com.ibm.di.plugin.pwstore.ldap Provides classes for connecting to different JMS password stores.com.ibm.di.plugin.security.authentication Provides classes for authentication between proxy and client. -
-
Uses of PWSyncLog in com.ibm.di.plugin.domino.agents.common
Methods in com.ibm.di.plugin.domino.agents.common that return PWSyncLog Modifier and Type Method Description static PWSyncLog
DominoCommandEmitter. getLog(java.lang.String propName)
Gets the common for all the domino agents log. -
Uses of PWSyncLog in com.ibm.di.plugin.log
Methods in com.ibm.di.plugin.log that return PWSyncLog Modifier and Type Method Description static PWSyncLog
PWSyncLog. getLogForFile(java.lang.String file, java.lang.String charSet, boolean debug)
Open the specified file for logging.static PWSyncLog
PWSyncLog. getLogForFile(java.lang.String file, java.lang.String charSet, boolean debug, java.lang.String rotatePattern)
Open the specified file for logging. -
Uses of PWSyncLog in com.ibm.di.plugin.proxy
Constructors in com.ibm.di.plugin.proxy with parameters of type PWSyncLog Constructor Description ProxyCommandReceiver(Proxy proxy, java.net.Socket socket, PasswordStore synchronizer, PWSyncLog log)
Creates an instance of this class. -
Uses of PWSyncLog in com.ibm.di.plugin.pwstore.jms.driver
Constructors in com.ibm.di.plugin.pwstore.jms.driver with parameters of type PWSyncLog Constructor Description JMSDriverFactory(PWSyncLog log)
Constructor for the JMSDriverFactory objectPWSyncLogger(PWSyncLog log)
-
Uses of PWSyncLog in com.ibm.di.plugin.pwstore.ldap
Constructors in com.ibm.di.plugin.pwstore.ldap with parameters of type PWSyncLog Constructor Description IDIPasswordStore(PWSyncLog log)
Construct and initialize an IDIPasswordStore object. -
Uses of PWSyncLog in com.ibm.di.plugin.security.authentication
Methods in com.ibm.di.plugin.security.authentication with parameters of type PWSyncLog Modifier and Type Method Description static boolean
ClientAuth. authenticate(java.net.Socket socket, java.lang.String authFolder, PWSyncLog log)
Perform mutual authentication between the proxy and a client.static boolean
ProxyAuth. authenticate(java.net.Socket socket, java.lang.String authFolder, PWSyncLog log)
Perform mutual authentication between the proxy and a client.
-