Uses of Class
de.caluga.morphium.driver.commands.auth.SaslAuthCommand
-
Packages that use SaslAuthCommand Package Description de.caluga.morphium.driver.commands.auth de.caluga.morphium.driver.inmem -
-
Uses of SaslAuthCommand in de.caluga.morphium.driver.commands.auth
Methods in de.caluga.morphium.driver.commands.auth that return SaslAuthCommand Modifier and Type Method Description SaslAuthCommandSaslAuthCommand. setMechanism(String mechanism)SaslAuthCommandSaslAuthCommand. setPassword(String password)SaslAuthCommandSaslAuthCommand. setUser(String user) -
Uses of SaslAuthCommand in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type SaslAuthCommand Modifier and Type Method Description intInMemoryDriver. runCommand(SaslAuthCommand cmd)
-