c

com.digitalasset.canton.ledger.api.auth.services

UserManagementServiceAuthorization

final class UserManagementServiceAuthorization extends UserManagementService with ProxyCloseable with GrpcApiService with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserManagementServiceAuthorization
  2. NamedLogging
  3. GrpcApiService
  4. BindableService
  5. ProxyCloseable
  6. AutoCloseable
  7. UserManagementService
  8. AbstractService
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UserManagementServiceAuthorization(service: UserManagementService with AutoCloseable, authorizer: Authorizer, loggerFactory: NamedLoggerFactory)(implicit executionContext: ExecutionContext)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bindService(): ServerServiceDefinition
    Definition Classes
    UserManagementServiceAuthorization → BindableService
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def close(): Unit
    Definition Classes
    UserManagementServiceAuthorizationProxyCloseable → AutoCloseable
  8. def createUser(request: CreateUserRequest): Future[CreateUserResponse]
    Definition Classes
    UserManagementServiceAuthorization → UserManagementService
  9. def deleteUser(request: DeleteUserRequest): Future[DeleteUserResponse]
    Definition Classes
    UserManagementServiceAuthorization → UserManagementService
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getUser(request: GetUserRequest): Future[GetUserResponse]
    Definition Classes
    UserManagementServiceAuthorization → UserManagementService
  15. def grantUserRights(request: GrantUserRightsRequest): Future[GrantUserRightsResponse]
    Definition Classes
    UserManagementServiceAuthorization → UserManagementService
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def listUserRights(request: ListUserRightsRequest): Future[ListUserRightsResponse]
    Definition Classes
    UserManagementServiceAuthorization → UserManagementService
  19. def listUsers(request: ListUsersRequest): Future[ListUsersResponse]
    Definition Classes
    UserManagementServiceAuthorization → UserManagementService
  20. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. val loggerFactory: NamedLoggerFactory
  22. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def revokeUserRights(request: RevokeUserRightsRequest): Future[RevokeUserRightsResponse]
    Definition Classes
    UserManagementServiceAuthorization → UserManagementService
  28. val service: UserManagementService with AutoCloseable
    Attributes
    protected
    Definition Classes
    UserManagementServiceAuthorizationProxyCloseable
  29. def serviceCompanion: ServiceCompanion[UserManagementService]
    Definition Classes
    UserManagementService → AbstractService
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def updateUser(request: UpdateUserRequest): Future[UpdateUserResponse]
    Definition Classes
    UserManagementServiceAuthorization → UserManagementService
  33. def updateUserIdentityProviderId(request: UpdateUserIdentityProviderRequest): Future[UpdateUserIdentityProviderResponse]
    Definition Classes
    UserManagementServiceAuthorization → UserManagementService
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. 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
    Deprecated

Inherited from NamedLogging

Inherited from GrpcApiService

Inherited from BindableService

Inherited from ProxyCloseable

Inherited from AutoCloseable

Inherited from UserManagementService

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped