Interface GrpcSecurityServiceConfig

All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
GrpcSecurityServiceConfig.BuilderBase.GrpcSecurityServiceConfigImpl

public interface GrpcSecurityServiceConfig extends Prototype.Api
Configuration of gRPC service security.
See Also:
  • Method Details

    • builder

      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      Create a new fluent API builder from an existing instance.
      Parameters:
      instance - an existing instance used as a base for the builder
      Returns:
      a builder based on an instance
    • create

      static GrpcSecurityServiceConfig create(Config config)
      Create a new instance from configuration.
      Parameters:
      config - used to configure the new instance
      Returns:
      a new instance configured from configuration
    • create

      Create a new instance from configuration.
      Parameters:
      config - used to configure the new instance
      Returns:
      a new instance configured from configuration
    • name

      String name()
      Name of the gRPC service, either the full name such as package.StringService or the final service name segment such as StringService.
      Returns:
      gRPC service name
    • defaults

      Default security handler for this gRPC service.
      Returns:
      service default security handler
    • methods

      Method-specific security configuration.
      Returns:
      method security configuration