Uses of Interface
io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
Packages that use GrpcSecurityMethodConfig
-
Uses of GrpcSecurityMethodConfig in io.helidon.webserver.grpc.security
Classes in io.helidon.webserver.grpc.security with type parameters of type GrpcSecurityMethodConfigModifier and TypeClassDescriptionstatic classGrpcSecurityMethodConfig.BuilderBase<BUILDER extends GrpcSecurityMethodConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GrpcSecurityMethodConfig> Fluent API builder base forGrpcSecurityMethodConfig.Classes in io.helidon.webserver.grpc.security that implement GrpcSecurityMethodConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.grpc.security that return GrpcSecurityMethodConfigModifier and TypeMethodDescriptionGrpcSecurityMethodConfig.Builder.build()GrpcSecurityMethodConfig.Builder.buildPrototype()static GrpcSecurityMethodConfigDeprecated.static GrpcSecurityMethodConfigCreate a new instance from configuration.Methods in io.helidon.webserver.grpc.security that return types with arguments of type GrpcSecurityMethodConfigModifier and TypeMethodDescriptionGrpcSecurityServiceConfig.BuilderBase.GrpcSecurityServiceConfigImpl.methods()GrpcSecurityServiceConfig.BuilderBase.methods()Method-specific security configuration.GrpcSecurityServiceConfig.methods()Method-specific security configuration.Methods in io.helidon.webserver.grpc.security with parameters of type GrpcSecurityMethodConfigModifier and TypeMethodDescriptionGrpcSecurityServiceConfig.BuilderBase.addMethod(GrpcSecurityMethodConfig method) Method-specific security configuration.GrpcSecurityMethodConfig.builder(GrpcSecurityMethodConfig instance) Create a new fluent API builder from an existing instance.GrpcSecurityMethodConfig.BuilderBase.from(GrpcSecurityMethodConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webserver.grpc.security with type arguments of type GrpcSecurityMethodConfigModifier and TypeMethodDescriptionGrpcSecurityServiceConfig.BuilderBase.addMethods(List<? extends GrpcSecurityMethodConfig> methods) Method-specific security configuration.GrpcSecurityServiceConfig.BuilderBase.methods(List<? extends GrpcSecurityMethodConfig> methods) Method-specific security configuration.
create(io.helidon.config.Config)