Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/AclIdentity
AclIdentity
abstract class AclIdentity
Represents an identity in the access control list (ACL).
Inheritors
| AclApplicationIdentity |
| AclCustomIdentity |
| AclDeviceIdentity |
| AclUserIdentity |
Constructors
| AclIdentity | [JVM] constructor() |
Functions
| Name | Summary |
|---|---|
| equals | [JVM] open fun equals(obj: Any): Boolean |
| formatEntity | [JVM] abstract fun formatEntity(): String |
| getEntityId | [JVM] open fun getEntityId(): UUID |
| hashCode | [JVM] open fun hashCode(): Int |
| parse | [JVM] open fun parse(entityTrn: String): AclIdentity |
| setEntityId | [JVM] open fun setEntityId(entityId: UUID) |
| toString | [JVM] open fun toString(): String |