Class AuthorizationRecord
java.lang.Object
io.camunda.zeebe.msgpack.value.BaseValue
io.camunda.zeebe.msgpack.value.ObjectValue
io.camunda.zeebe.msgpack.UnpackedObject
io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- All Implemented Interfaces:
Recyclable,JsonSerializable,RecordValue,AuthorizationRecordValue,BufferReader,BufferWriter
public final class AuthorizationRecord
extends UnifiedRecordValue
implements AuthorizationRecordValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.protocol.record.value.AuthorizationRecordValue
AuthorizationRecordValue.PermissionValue -
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.UnpackedObject
reader, writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()setAction(PermissionAction action) setOwnerKey(Long ownerKey) setOwnerType(AuthorizationOwnerType ownerType) setResourceType(AuthorizationResourceType resourceType) voidwrap(AuthorizationRecord record) Methods inherited from class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
getEncodedLength, getLength, isEmpty, toJsonMethods inherited from class io.camunda.zeebe.msgpack.UnpackedObject
wrap, wrap, writeMethods inherited from class io.camunda.zeebe.msgpack.value.ObjectValue
declareProperty, equals, hashCode, read, reset, write, writeJSONMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFromMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.msgpack.Recyclable
reset
-
Constructor Details
-
AuthorizationRecord
public AuthorizationRecord()
-
-
Method Details
-
wrap
-
copy
-
getAction
- Specified by:
getActionin interfaceAuthorizationRecordValue
-
setAction
-
getOwnerKey
- Specified by:
getOwnerKeyin interfaceAuthorizationRecordValue
-
setOwnerKey
-
getOwnerType
- Specified by:
getOwnerTypein interfaceAuthorizationRecordValue
-
setOwnerType
-
getResourceType
- Specified by:
getResourceTypein interfaceAuthorizationRecordValue
-
getPermissions
- Specified by:
getPermissionsin interfaceAuthorizationRecordValue
-
setResourceType
-
addPermission
-