Class CreateRoleAdminCommand
- java.lang.Object
-
- de.caluga.morphium.driver.commands.MongoCommand<T>
-
- de.caluga.morphium.driver.commands.AdminMongoCommand<CreateRoleAdminCommand>
-
- de.caluga.morphium.driver.commands.auth.CreateRoleAdminCommand
-
- All Implemented Interfaces:
SingleResultCommand
public class CreateRoleAdminCommand extends AdminMongoCommand<CreateRoleAdminCommand>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateRoleAdminCommand.Privilegestatic classCreateRoleAdminCommand.Resource
-
Constructor Summary
Constructors Constructor Description CreateRoleAdminCommand(MongoConnection d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommandName()-
Methods inherited from class de.caluga.morphium.driver.commands.AdminMongoCommand
asMap, execute, executeAsync
-
Methods inherited from class de.caluga.morphium.driver.commands.MongoCommand
clear, fromMap, getColl, getComment, getConnection, getDb, getMetaData, releaseConnection, setColl, setComment, setConnection, setDb, setMetaData, setMetaData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.caluga.morphium.driver.commands.SingleResultCommand
getMetaData
-
-
-
-
Constructor Detail
-
CreateRoleAdminCommand
public CreateRoleAdminCommand(MongoConnection d)
-
-
Method Detail
-
getCommandName
public String getCommandName()
- Specified by:
getCommandNamein classMongoCommand<CreateRoleAdminCommand>
-
-