Klasse SaslAuthCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<SaslAuthCommand>
de.caluga.morphium.driver.commands.auth.SaslAuthCommand
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidexecute()intgetUser()setMechanism(String mechanism) setPassword(String password) Von Klasse geerbte Methoden de.caluga.morphium.driver.commands.MongoCommand
asMap, clear, fromMap, getColl, getComment, getConnection, getDb, getMetaData, releaseConnection, setColl, setComment, setConnection, setDb, setMetaData, setMetaData
-
Konstruktordetails
-
SaslAuthCommand
-
-
Methodendetails
-
getCommandName
- Angegeben von:
getCommandNamein KlasseMongoCommand<SaslAuthCommand>
-
executeAsync
- Setzt außer Kraft:
executeAsyncin KlasseMongoCommand<SaslAuthCommand>- Löst aus:
MorphiumDriverException
-
getUser
-
setUser
-
getPassword
-
setPassword
-
getMechanism
-
setMechanism
-
execute
public void execute() throws MorphiumDriverException, com.ongres.scram.common.exception.ScramParseException, NoSuchAlgorithmException, com.ongres.scram.common.exception.ScramInvalidServerSignatureException, com.ongres.scram.common.exception.ScramServerErrorException- Löst aus:
MorphiumDriverExceptioncom.ongres.scram.common.exception.ScramParseExceptionNoSuchAlgorithmExceptioncom.ongres.scram.common.exception.ScramInvalidServerSignatureExceptioncom.ongres.scram.common.exception.ScramServerErrorException
-