Uses of Interface
io.helidon.security.SecurityContext
Package
Description
Integration of Helidon security with Microprofile server.
Security
Utilities for integrating Helidon security with other components, such as Web Server
and Jersey.
-
Uses of SecurityContext in io.helidon.microprofile.security
Modifier and TypeMethodDescriptionprotected void
SecurityFilter.processSecurity
(ContainerRequestContext request, SecurityFilterContext filterContext, SecurityTracing tracing, SecurityContext securityContext) ModifierConstructorDescriptionSecurityFilter
(Security security, FeatureConfig featureConfig, SecurityContext securityContext) Constructor to be used by Jersey when creating an instance, injects all parameters. -
Uses of SecurityContext in io.helidon.security
Modifier 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. -
Uses of SecurityContext in io.helidon.security.integration.common
Modifier and TypeMethodDescriptionvoid
SecurityTracing.securityContext
(SecurityContext context) Update security span with information fromSecurityContext
.