CommandWriteOperation
directly or the mongod shell helpers.@Deprecated public class UserExistsOperation extends java.lang.Object implements AsyncReadOperation<java.lang.Boolean>, ReadOperation<java.lang.Boolean>
Constructor and Description |
---|
UserExistsOperation(java.lang.String databaseName,
java.lang.String userName)
Deprecated.
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
execute(ReadBinding binding)
Deprecated.
General execute which can return anything of type T
|
void |
executeAsync(AsyncReadBinding binding,
SingleResultCallback<java.lang.Boolean> callback)
Deprecated.
General execute which can return anything of type T
|
public UserExistsOperation(java.lang.String databaseName, java.lang.String userName)
databaseName
- the name of the database for the operation.userName
- the name of the user to check if they exist.public java.lang.Boolean execute(ReadBinding binding)
ReadOperation
execute
in interface ReadOperation<java.lang.Boolean>
binding
- the binding to execute in the context ofpublic void executeAsync(AsyncReadBinding binding, SingleResultCallback<java.lang.Boolean> callback)
AsyncReadOperation
executeAsync
in interface AsyncReadOperation<java.lang.Boolean>
binding
- the binding to execute in the context ofcallback
- the callback to be called when the operation has been executedCopyright © 2010 - 2020 Adobe. All Rights Reserved