Uses of Class
io.helidon.security.providers.common.OutboundConfig
-
Packages that use OutboundConfig Package Description io.helidon.microprofile.jwt.auth Implementation of Microprofile JWT Auth specification.io.helidon.security.providers.common Common classes for provider implementation.io.helidon.security.providers.google.login Integration with Google login button.io.helidon.security.providers.httpsign Provider supporting validation of incoming signatures and signing of outbound requests.io.helidon.security.providers.jwt Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create new ones) for outbound calls.io.helidon.security.providers.oidc Integration with Open ID Connect providers. -
-
Uses of OutboundConfig in io.helidon.microprofile.jwt.auth
Methods in io.helidon.microprofile.jwt.auth with parameters of type OutboundConfig Modifier and Type Method Description JwtAuthProvider.Builder
JwtAuthProvider.Builder. outboundConfig(OutboundConfig config)
Configuration of outbound rules. -
Uses of OutboundConfig in io.helidon.security.providers.common
Methods in io.helidon.security.providers.common that return OutboundConfig Modifier and Type Method Description OutboundConfig
OutboundConfig.Builder. build()
Build targets from this builder.static OutboundConfig
OutboundConfig. create(Config providerConfig)
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
Methods in io.helidon.security.providers.google.login with parameters of type OutboundConfig Modifier and Type Method Description GoogleTokenProvider.Builder
GoogleTokenProvider.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
Methods in io.helidon.security.providers.httpsign with parameters of type OutboundConfig Modifier and Type Method Description HttpSignProvider.Builder
HttpSignProvider.Builder. outbound(OutboundConfig targets)
Add outbound targets to this builder. -
Uses of OutboundConfig in io.helidon.security.providers.jwt
Methods in io.helidon.security.providers.jwt with parameters of type OutboundConfig Modifier and Type Method Description JwtProvider.Builder
JwtProvider.Builder. outboundConfig(OutboundConfig config)
Configuration of outbound rules. -
Uses of OutboundConfig in io.helidon.security.providers.oidc
Methods in io.helidon.security.providers.oidc with parameters of type OutboundConfig Modifier and Type Method Description OidcProvider.Builder
OidcProvider.Builder. outboundConfig(OutboundConfig config)
Configuration of outbound rules.
-