Uses of Interface
io.helidon.security.SecurityContext
Packages that use 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
Methods in io.helidon.microprofile.security with parameters of type SecurityContextModifier and TypeMethodDescriptionprotected void
SecurityFilter.processSecurity
(ContainerRequestContext request, SecurityFilterContext filterContext, SecurityTracing tracing, SecurityContext securityContext) Constructors in io.helidon.microprofile.security with parameters of type SecurityContextModifierConstructorDescriptionSecurityFilter
(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
Methods 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. -
Uses of SecurityContext in io.helidon.security.integration.common
Methods in io.helidon.security.integration.common with parameters of type SecurityContextModifier and TypeMethodDescriptionvoid
SecurityTracing.securityContext
(SecurityContext context) Update security span with information fromSecurityContext
.