HelidonHelidon4.5.2

io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig

Description

Configuration of gRPC method security

Configuration options

KeyTypeDescription
authentication-optionalBooleanWhether authentication failure should continue as anonymous
authenticateBooleanWhether to authenticate this request
audit-event-typeStringOverride for audit event type
authorizerStringUse a named authorizer
auditBooleanWhether to audit this request
audit-message-formatStringOverride for audit message format
nameStringBare gRPC method name such as Upper, not the full gRPC method path such as StringService/Upper
authenticatorStringUse a named authenticator
authorizeBooleanWhether to authorize this request
roles-allowedList<String>An array of allowed roles for this gRPC method

Usages


See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.