package services

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class CommandCompletionServiceAuthorization extends CommandCompletionService with ProxyCloseable with GrpcApiService
  2. final class CommandInspectionServiceAuthorization extends CommandInspectionService with ProxyCloseable with GrpcApiService
  3. final class CommandServiceAuthorization extends CommandService with ProxyCloseable with GrpcApiService

    Note: the command service internally uses calls to the CommandSubmissionService and CommandCompletionService.

    Note: the command service internally uses calls to the CommandSubmissionService and CommandCompletionService. These calls already require authentication, but it is better to check authorization here as well.

  4. final class CommandSubmissionServiceAuthorization extends CommandSubmissionService with ProxyCloseable with GrpcApiService
  5. final class EventQueryServiceAuthorization extends EventQueryService with ProxyCloseable with GrpcApiService
  6. class IdentityProviderConfigServiceAuthorization extends IdentityProviderConfigService with ProxyCloseable with GrpcApiService
  7. final class InteractiveSubmissionServiceAuthorization extends InteractiveSubmissionService with ProxyCloseable with GrpcApiService

    Enforce authorization for the interactive submission service using LAPI User management.

  8. final class PackageManagementServiceAuthorization extends PackageManagementService with ProxyCloseable with GrpcApiService
  9. final class PackageServiceAuthorization extends PackageService with ProxyCloseable with GrpcApiService
  10. class ParticipantPruningServiceAuthorization extends ParticipantPruningService with ProxyCloseable with GrpcApiService
  11. final class PartyManagementServiceAuthorization extends PartyManagementService with ProxyCloseable with GrpcApiService
  12. final class StateServiceAuthorization extends StateService with ProxyCloseable with GrpcApiService
  13. final class TimeServiceAuthorization extends TimeService with ProxyCloseable with GrpcApiService
  14. final class UpdateServiceAuthorization extends UpdateService with ProxyCloseable with GrpcApiService
  15. final class UserManagementServiceAuthorization extends UserManagementService with ProxyCloseable with GrpcApiService with NamedLogging

Ungrouped