abstract class UserManagementServiceITBase extends LedgerTestSuite
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- UserManagementServiceITBase
 - LedgerTestSuite
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new UserManagementServiceITBase()
 
Type Members
-   implicit  class IdentifierConverter extends AnyRef
- Definition Classes
 - LedgerTestSuite
 
 
Value Members
-    object ClearIdsImplicits
- Definition Classes
 - LedgerTestSuite
 
 -   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def assertAcsDelta(events: Seq[Event], acsDelta: Boolean, message: String): Unit
- Definition Classes
 - LedgerTestSuite
 
 -  def assertUserAlreadyExists(t: Throwable): Unit
 -  def assertUserNotFound(t: Throwable): Unit
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  def extractAnnotations(updateResp: CreateUserResponse): Map[String, String]
 -  def extractIsDeactivated(updateResp: UpdateUserResponse): Boolean
 -  def extractUpdatedAnnotations(updateResp: UpdateUserResponse): Map[String, String]
 -  def extractUpdatedPrimaryParty(updateResp: UpdateUserResponse): String
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def name: String
- Definition Classes
 - LedgerTestSuite
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  def newUser(id: String, isDeactivated: Boolean = false, primaryParty: String = "", annotations: Map[String, String] = Map.empty): User
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   implicit  def partyToString(party: Party): String
- Definition Classes
 - LedgerTestSuite
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -   final  def test(shortIdentifier: String, description: String, partyAllocation: PartyAllocation, timeoutScale: Double = 1.0, runConcurrently: Boolean = true, repeated: Int = 1, enabled: (Features) => Boolean = _ => true, disabledReason: String = "No reason", tags: List[EvidenceTag] = List.empty, limitation: TestConstraints = NoLimitations)(testCase: (ExecutionContext) => PartialFunction[Participants, Future[Unit]]): Unit
- Attributes
 - protected
 - Definition Classes
 - LedgerTestSuite
 
 -   final  def testGivenAllParticipants(shortIdentifier: String, description: String, partyAllocation: PartyAllocation, timeoutScale: Double = 1.0, runConcurrently: Boolean = true, repeated: Int = 1, enabled: (Features) => Boolean = _ => true, disabledReason: String = "No reason", tags: List[EvidenceTag] = List.empty, limitation: TestConstraints = NoLimitations)(testCase: (ExecutionContext) => (Seq[ParticipantTestContext]) => PartialFunction[Participants, Future[Unit]]): Unit
- Attributes
 - protected
 - Definition Classes
 - LedgerTestSuite
 
 -  def testWithFreshUser(shortIdentifier: String, description: String, limitation: TestConstraints = TestConstraints.NoLimitations)(primaryParty: String = "", isDeactivated: Boolean = false, annotations: Map[String, String] = Map.empty)(body: (ExecutionContext) => (ParticipantTestContext) => (User) => Future[Unit]): Unit
 -   final  lazy val tests: Vector[LedgerTestCase]
- Definition Classes
 - LedgerTestSuite
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -  def unsetResourceVersion[T](t: T): T
 -    def updateCommands(commands: List[Command], f: (Command) => Command): List[Command]
- Definition Classes
 - LedgerTestSuite
 
 -  def updateRequest(id: String, isDeactivated: Boolean = false, primaryParty: String = "", resourceVersion: String = "", annotations: Map[String, String] = Map.empty, updatePaths: Seq[String]): UpdateUserRequest
 -  def userManagementTest(shortIdentifier: String, description: String, runConcurrently: Boolean = true, limitation: TestConstraints = TestConstraints.NoLimitations)(body: (ExecutionContext) => (ParticipantTestContext) => (Participants) => Future[Unit]): Unit
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -  def withFreshUser[T](primaryParty: String = "", isDeactivated: Boolean = false, annotations: Map[String, String] = Map.empty)(f: (User) => Future[T])(implicit ledger: ParticipantTestContext, ec: ExecutionContext): Future[T]