Class CreateUserAdminCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<T>
de.caluga.morphium.driver.commands.AdminMongoCommand<CreateUserAdminCommand>
de.caluga.morphium.driver.commands.auth.CreateUserAdminCommand
- All Implemented Interfaces:
SingleResultCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<de.caluga.morphium.driver.commands.auth.CreateUserAdminCommand.AuthenticationRestrictions>getPwd()getRoles()booleansetAuthenticationRestrictions(List<de.caluga.morphium.driver.commands.auth.CreateUserAdminCommand.AuthenticationRestrictions> authenticationRestrictions) setCustomData(Map<String, Object> customData) setDigestPassword(boolean digestPassword) setMechanisms(List<String> mechanisms) setUserName(String userName) Methods inherited from class de.caluga.morphium.driver.commands.AdminMongoCommand
asMap, execute, executeAsyncMethods inherited from class de.caluga.morphium.driver.commands.MongoCommand
clear, fromMap, getColl, getComment, getConnection, getDb, getDefaultBatchSize, getMetaData, getRetriesOnNetworkError, getSleepBetweenErrorRetries, setColl, setComment, setConnection, setDb, setDefaultBatchSize, setMetaData, setMetaData, setRetriesOnNetworkError, setSleepBetweenErrorRetriesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.caluga.morphium.driver.commands.SingleResultCommand
getMetaData
-
Constructor Details
-
CreateUserAdminCommand
-
-
Method Details
-
getCommandName
- Specified by:
getCommandNamein classMongoCommand<CreateUserAdminCommand>
-
getUserName
-
setUserName
-
getPwd
-
setPwd
-
getCustomData
-
setCustomData
-
getRoles
-
setRoles
-
getAuthenticationRestrictions
public List<de.caluga.morphium.driver.commands.auth.CreateUserAdminCommand.AuthenticationRestrictions> getAuthenticationRestrictions() -
setAuthenticationRestrictions
public CreateUserAdminCommand setAuthenticationRestrictions(List<de.caluga.morphium.driver.commands.auth.CreateUserAdminCommand.AuthenticationRestrictions> authenticationRestrictions) -
isDigestPassword
public boolean isDigestPassword() -
setDigestPassword
-
getMechanisms
-
setMechanisms
-