Class DbUserState
java.lang.Object
io.camunda.zeebe.engine.state.user.DbUserState
- All Implemented Interfaces:
UserState,MutableUserState
-
Constructor Summary
ConstructorsConstructorDescriptionDbUserState(ZeebeDb<ZbColumnFamilies> zeebeDb, TransactionContext transactionContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(long key, UserRecord user) getUser(org.agrona.DirectBuffer username) voidupdateUser(UserRecord user)
-
Constructor Details
-
DbUserState
-
-
Method Details
-
create
- Specified by:
createin interfaceMutableUserState
-
getUser
-
getUser
-
updateUser
- Specified by:
updateUserin interfaceUserState
-