Uses of Class
io.helidon.security.OutboundSecurityResponse
Packages that use OutboundSecurityResponse
Package
Description
Implementation of Microprofile JWT Auth specification.
Security
Integration with Google login button.
Provider that can extract username from a (any) header.
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
Provider supporting validation of incoming signatures and signing of outbound requests.
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
Integration with Open ID Connect providers.
Security component's SPI.
-
Uses of OutboundSecurityResponse in io.helidon.microprofile.jwt.auth
Methods in io.helidon.microprofile.jwt.auth that return OutboundSecurityResponseModifier and TypeMethodDescriptionJwtAuthProvider.outboundSecurity
(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig) -
Uses of OutboundSecurityResponse in io.helidon.security
Methods in io.helidon.security that return OutboundSecurityResponseModifier and TypeMethodDescriptionstatic OutboundSecurityResponse
OutboundSecurityResponse.abstain()
Abstain from processing this request.OutboundSecurityResponse.Builder.build()
Build identity propagation response based on this builder.OutboundSecurityClientBuilder.buildAndGet()
A shortcut method to build the client and invokeSecurityClient.get()
on it.static OutboundSecurityResponse
OutboundSecurityResponse.empty()
There is nothing we can add - e.g.OutboundSecurityClientBuilder.submit()
A shortcut method to build the client and invokeSecurityClient.submit()
on it.static OutboundSecurityResponse
OutboundSecurityResponse.withHeaders
(Map<String, List<String>> headers) Create a response with these headers.Methods in io.helidon.security that return types with arguments of type OutboundSecurityResponseModifier and TypeMethodDescriptionOutboundSecurityClientBuilder.build()
Build an instance of a security client. -
Uses of OutboundSecurityResponse in io.helidon.security.providers.google.login
Methods in io.helidon.security.providers.google.login that return OutboundSecurityResponseModifier and TypeMethodDescriptionGoogleTokenProvider.outboundSecurity
(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig) -
Uses of OutboundSecurityResponse in io.helidon.security.providers.header
Methods in io.helidon.security.providers.header that return OutboundSecurityResponseModifier and TypeMethodDescriptionHeaderAtnProvider.outboundSecurity
(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig) -
Uses of OutboundSecurityResponse in io.helidon.security.providers.httpauth
Methods in io.helidon.security.providers.httpauth that return OutboundSecurityResponseModifier and TypeMethodDescriptionHttpBasicAuthProvider.outboundSecurity
(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEp) -
Uses of OutboundSecurityResponse in io.helidon.security.providers.httpsign
Methods in io.helidon.security.providers.httpsign that return OutboundSecurityResponseModifier and TypeMethodDescriptionHttpSignProvider.outboundSecurity
(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig) -
Uses of OutboundSecurityResponse in io.helidon.security.providers.jwt
Methods in io.helidon.security.providers.jwt that return OutboundSecurityResponseModifier and TypeMethodDescriptionJwtProvider.outboundSecurity
(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig) -
Uses of OutboundSecurityResponse in io.helidon.security.providers.oidc
Methods in io.helidon.security.providers.oidc that return OutboundSecurityResponseModifier and TypeMethodDescriptionOidcProvider.outboundSecurity
(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundEndpointConfig) -
Uses of OutboundSecurityResponse in io.helidon.security.spi
Methods in io.helidon.security.spi that return OutboundSecurityResponseModifier and TypeMethodDescriptionOutboundSecurityProvider.outboundSecurity
(ProviderRequest providerRequest, SecurityEnvironment outboundEnv, EndpointConfig outboundConfig) Creates necessary updates to headers and entity needed for outbound security (e.g.