public class UserManagementOperation extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
UserManagementOperation.OperationType
User action type.
|
| Constructor and Description |
|---|
UserManagementOperation()
Constructor.
|
UserManagementOperation(User usr,
UserManagementOperation.OperationType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
IgniteUuid |
id() |
String |
toString() |
UserManagementOperation.OperationType |
type() |
User |
user() |
public UserManagementOperation()
public UserManagementOperation(User usr, UserManagementOperation.OperationType type)
usr - User.type - Action type.public User user()
public UserManagementOperation.OperationType type()
public IgniteUuid id()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020