object rights extends Helpful
- Annotations
- @Summary(s = "Manage Ledger Api User Rights", flag = FeatureFlag.Testing) @Group(name = "Ledger Api User Rights")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- rights
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def grant(id: String, actAs: Set[PartyId], readAs: Set[PartyId] = Set(), participantAdmin: Boolean = false, identityProviderId: String = ""): UserRights
- Annotations
- @Summary(s = "Grant new rights to a user", flag = FeatureFlag.Testing) @Description(s = """Users are used to dynamically managing the rights given to Daml applications.
|This function is used to grant new rights to an existing user.
id: the id used to identify the given user
actAs: the set of parties this user is allowed to act as
readAs: the set of parties this user is allowed to read as
participantAdmin: flag (default false) indicating if the user is allowed to use the admin commands of the Ledger Api
identityProviderId: identity provider id
""")
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- Annotations
- @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(id: String, identityProviderId: String = ""): UserRights
- Annotations
- @Summary(s = "List rights of a user", flag = FeatureFlag.Testing) @Description(s = """Lists the rights of a user, or the rights of the current user.
id: user id
identityProviderId: identity provider id""")
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def revoke(id: String, actAs: Set[PartyId], readAs: Set[PartyId] = Set(), participantAdmin: Boolean = false, identityProviderId: String = ""): UserRights
- Annotations
- @Summary(s = "Revoke user rights", flag = FeatureFlag.Testing) @Description(s = """Use to revoke specific rights from a user.
id: the id used to identify the given user
actAs: the set of parties this user should not be allowed to act as
readAs: the set of parties this user should not be allowed to read as
participantAdmin: if set to true, the participant admin rights will be removed
identityProviderId: identity provider id
""")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])