- getAccessPredicate() - Method in class net.devh.boot.grpc.server.security.check.AccessPredicateConfigAttribute
-
Gets the access predicate that belongs to this instance.
- getAddress() - Method in class net.devh.boot.grpc.server.serverfactory.AbstractGrpcServerFactory
-
- getAddress() - Method in interface net.devh.boot.grpc.server.serverfactory.GrpcServerFactory
-
Gets the IP address the created server will be bound to.
- getAddress() - Method in class net.devh.boot.grpc.server.serverfactory.InProcessGrpcServerFactory
-
- getAllConfigAttributes() - Method in class net.devh.boot.grpc.server.security.check.ManualGrpcSecurityMetadataSource
-
- getAttribute() - Method in class net.devh.boot.grpc.server.security.check.AccessPredicateConfigAttribute
-
- getAttributes(Object) - Method in class net.devh.boot.grpc.server.security.check.AbstractGrpcSecurityMetadataSource
-
- getAttributes(MethodDescriptor<?, ?>) - Method in interface net.devh.boot.grpc.server.security.check.GrpcSecurityMetadataSource
-
Accesses the ConfigAttribute
s that apply to a given secure object.
- getAttributes(MethodDescriptor<?, ?>) - Method in class net.devh.boot.grpc.server.security.check.ManualGrpcSecurityMetadataSource
-
- getBeanClazz() - Method in class net.devh.boot.grpc.server.service.GrpcServiceDefinition
-
Gets the class of the grpc service bean.
- getBeanName() - Method in class net.devh.boot.grpc.server.service.GrpcServiceDefinition
-
Gets the name of the grpc service bean.
- getCredentials() - Method in class net.devh.boot.grpc.server.security.authentication.X509CertificateAuthentication
-
- getDefinition() - Method in class net.devh.boot.grpc.server.service.GrpcServiceDefinition
-
Gets the grpc service definition.
- getMaxInboundMessageSize() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Gets the maximum message size in bytes allowed to be received by the server.
- getPhase() - Method in class net.devh.boot.grpc.server.serverfactory.GrpcServerLifecycle
-
- getPort() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Gets the port the server should listen on.
- getPort() - Method in class net.devh.boot.grpc.server.serverfactory.AbstractGrpcServerFactory
-
- getPort() - Method in interface net.devh.boot.grpc.server.serverfactory.GrpcServerFactory
-
Gets the local port the created server will use to listen to requests.
- getPort() - Method in class net.devh.boot.grpc.server.serverfactory.InProcessGrpcServerFactory
-
- getPrincipal() - Method in class net.devh.boot.grpc.server.security.authentication.X509CertificateAuthentication
-
- getSecureObjectClass() - Method in class net.devh.boot.grpc.server.security.interceptors.AuthorizationCheckingServerInterceptor
-
- GlobalServerInterceptorConfigurer - Interface in net.devh.boot.grpc.server.interceptor
-
- globalServerInterceptorRegistry() - Method in class net.devh.boot.grpc.server.autoconfigure.GrpcServerAutoConfiguration
-
- GlobalServerInterceptorRegistry - Class in net.devh.boot.grpc.server.interceptor
-
The global server interceptor registry keeps references to all
ServerInterceptor
s that should be registered
globally.
- GlobalServerInterceptorRegistry() - Constructor for class net.devh.boot.grpc.server.interceptor.GlobalServerInterceptorRegistry
-
- globalTraceServerInterceptorConfigurerAdapter(GrpcTracing) - Method in class net.devh.boot.grpc.server.autoconfigure.GrpcServerAutoConfiguration.TraceServerAutoConfiguration
-
- GrpcAuthenticationReader - Interface in net.devh.boot.grpc.server.security.authentication
-
- GrpcGlobalServerInterceptor - Annotation Type in net.devh.boot.grpc.server.interceptor
-
- GrpcMetadataConsulConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
Configuration class that configures the required beans for grpc discovery via Consul.
- GrpcMetadataConsulConfiguration() - Constructor for class net.devh.boot.grpc.server.autoconfigure.GrpcMetadataConsulConfiguration
-
- GrpcMetadataEurekaConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
Configuration class that configures the required beans for grpc discovery via Eureka.
- GrpcMetadataEurekaConfiguration() - Constructor for class net.devh.boot.grpc.server.autoconfigure.GrpcMetadataEurekaConfiguration
-
- GrpcSecurityAutoConfiguration - Class in net.devh.boot.grpc.server.security
-
Auto configuration class with the required beans for the spring-security configuration of the grpc server.
- GrpcSecurityAutoConfiguration() - Constructor for class net.devh.boot.grpc.server.security.GrpcSecurityAutoConfiguration
-
- GrpcSecurityMetadataSource - Interface in net.devh.boot.grpc.server.security.check
-
- GrpcServerAutoConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
The auto configuration used by Spring-Boot that contains all beans to run a grpc server/service.
- GrpcServerAutoConfiguration() - Constructor for class net.devh.boot.grpc.server.autoconfigure.GrpcServerAutoConfiguration
-
- GrpcServerAutoConfiguration.TraceServerAutoConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
- GrpcServerConfigurer - Interface in net.devh.boot.grpc.server.serverfactory
-
- GrpcServerFactory - Interface in net.devh.boot.grpc.server.serverfactory
-
A factory that can be used to create grpc servers.
- grpcServerLifecycle(GrpcServerFactory) - Method in class net.devh.boot.grpc.server.autoconfigure.GrpcServerAutoConfiguration
-
- GrpcServerLifecycle - Class in net.devh.boot.grpc.server.serverfactory
-
Lifecycle bean that automatically starts and stops the grpc server.
- GrpcServerLifecycle(GrpcServerFactory) - Constructor for class net.devh.boot.grpc.server.serverfactory.GrpcServerLifecycle
-
- GrpcServerMetricAutoConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
Auto configuration class for Spring-Boot.
- GrpcServerMetricAutoConfiguration() - Constructor for class net.devh.boot.grpc.server.autoconfigure.GrpcServerMetricAutoConfiguration
-
- GrpcServerProperties - Class in net.devh.boot.grpc.server.config
-
The properties for the grpc server that will be started as part of the application.
- GrpcServerProperties() - Constructor for class net.devh.boot.grpc.server.config.GrpcServerProperties
-
- GrpcServerProperties.Security - Class in net.devh.boot.grpc.server.config
-
The security configuration for the gRPC server.
- GrpcService - Annotation Type in net.devh.boot.grpc.server.service
-
Annotation that marks gRPC services that should be registered with a gRPC server.
- GrpcServiceDefinition - Class in net.devh.boot.grpc.server.service
-
Container class that contains all relevant information about a grpc service.
- GrpcServiceDefinition(String, Class<?>, ServerServiceDefinition) - Constructor for class net.devh.boot.grpc.server.service.GrpcServiceDefinition
-
Creates a new GrpcServiceDefinition.
- GrpcServiceDiscoverer - Interface in net.devh.boot.grpc.server.service
-
An interface for a bean that will be used to find grpc services and codecs.