c
com.digitalasset.canton.ledger.localstore
PersistentUserManagementStore
Companion object PersistentUserManagementStore
class PersistentUserManagementStore extends UserManagementStore with NamedLogging
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- PersistentUserManagementStore
 - NamedLogging
 - UserManagementStore
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new PersistentUserManagementStore(dbSupport: DbSupport, metrics: LedgerApiServerMetrics, timeProvider: TimeProvider, maxRightsPerUser: Int, loggerFactory: NamedLoggerFactory, flagCloseable: FlagCloseable)
 
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]) @IntrinsicCandidate() @native()
 
 -    def createUser(user: User, rights: Set[UserRight])(implicit loggingContext: LoggingContextWithTrace): Future[Result[User]]
- Definition Classes
 - PersistentUserManagementStore → UserManagementStore
 
 -    def deleteUser(id: daml.lf.data.Ref.UserId, identityProviderId: IdentityProviderId)(implicit loggingContext: LoggingContextWithTrace): Future[Result[Unit]]
- Definition Classes
 - PersistentUserManagementStore → UserManagementStore
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   implicit  def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
 - protected
 - Definition Classes
 - NamedLogging
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def getUser(id: daml.lf.data.Ref.UserId, identityProviderId: IdentityProviderId)(implicit loggingContext: LoggingContextWithTrace, executionContext: ExecutionContext): Future[Result[User]]
- Definition Classes
 - UserManagementStore
 
 -    def getUserInfo(id: daml.lf.data.Ref.UserId, identityProviderId: IdentityProviderId)(implicit loggingContext: LoggingContextWithTrace): Future[Result[UserInfo]]
- Definition Classes
 - PersistentUserManagementStore → UserManagementStore
 
 -    def grantRights(id: daml.lf.data.Ref.UserId, rights: Set[UserRight], identityProviderId: IdentityProviderId)(implicit loggingContext: LoggingContextWithTrace): Future[Result[Set[UserRight]]]
- Definition Classes
 - PersistentUserManagementStore → UserManagementStore
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def listUserRights(id: daml.lf.data.Ref.UserId, identityProviderId: IdentityProviderId)(implicit loggingContext: LoggingContextWithTrace, executionContext: ExecutionContext): Future[Result[Set[UserRight]]]
- Definition Classes
 - UserManagementStore
 
 -    def listUsers(fromExcl: Option[daml.lf.data.Ref.UserId], maxResults: Int, identityProviderId: IdentityProviderId)(implicit loggingContext: LoggingContextWithTrace): Future[Result[UsersPage]]
Always returns
maxResultsif possible, i.e.Always returns
maxResultsif possible, i.e. if a call to this method returned fewer thanmaxResultsusers, then the next page (as of calling this method) was empty.- Definition Classes
 - PersistentUserManagementStore → UserManagementStore
 
 -    def logger: TracedLogger
- Attributes
 - protected
 - Definition Classes
 - NamedLogging
 
 -    val loggerFactory: NamedLoggerFactory
- Definition Classes
 - PersistentUserManagementStore → NamedLogging
 
 -   implicit  def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
- Attributes
 - protected
 - Definition Classes
 - NamedLogging
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def noTracingLogger: Logger
- Attributes
 - protected
 - Definition Classes
 - NamedLogging
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def revokeRights(id: daml.lf.data.Ref.UserId, rights: Set[UserRight], identityProviderId: IdentityProviderId)(implicit loggingContext: LoggingContextWithTrace): Future[Result[Set[UserRight]]]
- Definition Classes
 - PersistentUserManagementStore → UserManagementStore
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -    def updateUser(userUpdate: UserUpdate)(implicit loggingContext: LoggingContextWithTrace): Future[Result[User]]
- Definition Classes
 - PersistentUserManagementStore → UserManagementStore
 
 -    def updateUserIdp(id: daml.lf.data.Ref.UserId, sourceIdp: IdentityProviderId, targetIdp: IdentityProviderId)(implicit loggingContext: LoggingContextWithTrace): Future[Result[User]]
- Definition Classes
 - PersistentUserManagementStore → UserManagementStore
 
 -   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])