Uses of Class
io.helidon.security.providers.common.OutboundConfig
Package
Description
Implementation of Microprofile JWT Auth specification.
Common classes for provider implementation.
Integration with Google login button.
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.
-
Uses of OutboundConfig in io.helidon.microprofile.jwt.auth
Modifier and TypeMethodDescriptionJwtAuthProvider.Builder.outboundConfig
(OutboundConfig config) Configuration of outbound rules. -
Uses of OutboundConfig in io.helidon.security.providers.common
Modifier and TypeMethodDescriptionOutboundConfig.Builder.build()
Build targets from this builder.static OutboundConfig
Parse targets from provider configuration.static OutboundConfig
OutboundConfig.create
(Config providerConfig, OutboundTarget... defaults) Parse targets from provider configuration with possible default targets. -
Uses of OutboundConfig in io.helidon.security.providers.google.login
Modifier and TypeMethodDescriptionGoogleTokenProvider.Builder.outboundConfig
(OutboundConfig outboundConfig) Outbound configuration - a set of outbound targets that will have the token propagated. -
Uses of OutboundConfig in io.helidon.security.providers.httpsign
Modifier and TypeMethodDescriptionHttpSignProvider.Builder.outbound
(OutboundConfig targets) Add outbound targets to this builder. -
Uses of OutboundConfig in io.helidon.security.providers.jwt
Modifier and TypeMethodDescriptionJwtProvider.Builder.outboundConfig
(OutboundConfig config) Configuration of outbound rules. -
Uses of OutboundConfig in io.helidon.security.providers.oidc
Modifier and TypeMethodDescriptionOidcProvider.Builder.outboundConfig
(OutboundConfig config) Configuration of outbound rules.