Uses of Interface
io.helidon.security.SecurityContext
Packages that use SecurityContext
Package
Description
Security
Utilities for integrating Helidon security with other components, such as Web Server
and Jersey.
Helidon WebServer gRPC security support.
-
Uses of SecurityContext in io.helidon.security
Classes in io.helidon.security that implement interfaces with type arguments of type SecurityContextMethods in io.helidon.security that return SecurityContextModifier and TypeMethodDescriptionSecurityContext.Builder.build()Security.createContext(String id) Create a new security context with the defined id and all defaults.ProviderRequest.securityContext()Security context associated with current request.Methods in io.helidon.security with parameters of type SecurityContextModifier and TypeMethodDescriptionstatic ProviderRequestCreate a new provider request.OutboundSecurityClientBuilder.securityContext(SecurityContext context) Configure the security context representing the request for which outbound security is invoked. -
Uses of SecurityContext in io.helidon.security.integration.common
Methods in io.helidon.security.integration.common with parameters of type SecurityContextModifier and TypeMethodDescriptionvoidSecurityTracing.securityContext(SecurityContext context) Update security span with information fromSecurityContext. -
Uses of SecurityContext in io.helidon.webserver.grpc.security
Fields in io.helidon.webserver.grpc.security with type parameters of type SecurityContextModifier and TypeFieldDescriptionstatic final io.grpc.Context.Key<SecurityContext> GrpcSecurity.SECURITY_CONTEXTThe security context gRPC context key.