Packages

o

com.daml.platform.store.backend.common

UserManagementStorageBackendImpl

object UserManagementStorageBackendImpl extends UserManagementStorageBackend

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserManagementStorageBackendImpl
  2. UserManagementStorageBackend
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addUserAnnotation(internalId: Int, key: String, value: String, updatedAt: Long)(connection: Connection): Unit
  5. def addUserRight(internalId: Int, right: UserRight, grantedAt: Long)(connection: Connection): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def compareAndIncreaseResourceVersion(internalId: Int, expectedResourceVersion: Long)(connection: Connection): Boolean
  9. def countUserRights(internalId: Int)(connection: Connection): Int
  10. def createUser(user: DbUserPayload)(connection: Connection): Int
  11. def deleteUser(userId: UserId)(connection: Connection): Boolean
  12. def deleteUserAnnotations(internalId: Int)(connection: Connection): Unit
  13. def deleteUserRight(internalId: Int, right: UserRight)(connection: Connection): Boolean

    returns

    true if the right existed and we have just deleted it.

    Definition Classes
    UserManagementStorageBackendImplUserManagementStorageBackend
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def getUser(id: UserId)(connection: Connection): Option[DbUserWithId]
  18. def getUserAnnotations(internalId: Int)(connection: Connection): Map[String, String]
  19. def getUserRights(internalId: Int)(connection: Connection): Set[DbUserRight]
  20. def getUsersOrderedById(fromExcl: Option[UserId], maxResults: Int)(connection: Connection): Vector[DbUserWithId]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def increaseResourceVersion(internalId: Int)(connection: Connection): Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def updateUserIsDeactivated(internalId: Int, isDeactivated: Boolean)(connection: Connection): Boolean
  30. def updateUserPrimaryParty(internalId: Int, primaryPartyO: Option[Party])(connection: Connection): Boolean
  31. def userRightExists(internalId: Int, right: UserRight)(connection: Connection): Boolean
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped