c
com.digitalasset.canton.platform.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: Metrics, timeProvider: TimeProvider, maxRightsPerUser: Int, loggerFactory: NamedLoggerFactory)
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()
- def createExtraAdminUser(rawUserId: String)(implicit loggingContext: LoggingContextWithTrace, ec: ExecutionContext): Future[Unit]
- Definition Classes
- UserManagementStore
- 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
- @native() @IntrinsicCandidate()
- final def getUser(id: daml.lf.data.Ref.UserId, identityProviderId: IdentityProviderId)(implicit loggingContext: LoggingContextWithTrace): 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
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def listUserRights(id: daml.lf.data.Ref.UserId, identityProviderId: IdentityProviderId)(implicit loggingContext: LoggingContextWithTrace): 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
maxResults
if possible, i.e.Always returns
maxResults
if possible, i.e. if a call to this method returned fewer thanmaxResults
users, 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
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])