Class UserManagementOperation
- java.lang.Object
-
- org.apache.ignite.internal.processors.authentication.UserManagementOperation
-
- All Implemented Interfaces:
Serializable
public class UserManagementOperation extends Object implements Serializable
The operation with users. Used to deliver the information about requested operation to all server nodes.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserManagementOperation.OperationTypeUser action type.
-
Constructor Summary
Constructors Constructor Description UserManagementOperation()Constructor.UserManagementOperation(User usr, UserManagementOperation.OperationType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()IgniteUuidid()StringtoString()UserManagementOperation.OperationTypetype()Useruser()
-
-
-
Constructor Detail
-
UserManagementOperation
public UserManagementOperation()
Constructor.
-
UserManagementOperation
public UserManagementOperation(User usr, UserManagementOperation.OperationType type)
- Parameters:
usr- User.type- Action type.
-
-
Method Detail
-
user
public User user()
- Returns:
- User.
-
type
public UserManagementOperation.OperationType type()
- Returns:
- Operation type.
-
id
public IgniteUuid id()
- Returns:
- Operation ID.
-
-