Uses of Class
io.helidon.security.providers.common.OutboundTarget
-
Packages that use OutboundTarget Package Description io.helidon.security.providers.common Common classes for provider implementation. -
-
Uses of OutboundTarget in io.helidon.security.providers.common
Methods in io.helidon.security.providers.common that return OutboundTarget Modifier and Type Method Description OutboundTarget
OutboundTarget.Builder. build()
Build aOutboundTarget
instance from this builder.Methods in io.helidon.security.providers.common that return types with arguments of type OutboundTarget Modifier and Type Method Description Optional<OutboundTarget>
OutboundConfig. findTarget(SecurityEnvironment env)
Find target for current security request.List<OutboundTarget>
OutboundConfig. targets()
Outbound targets configured for outbound handling.Methods in io.helidon.security.providers.common with parameters of type OutboundTarget Modifier and Type Method Description OutboundConfig.Builder
OutboundConfig.Builder. addTarget(OutboundTarget config)
Add a new target configuration.static OutboundConfig
OutboundConfig. create(Config providerConfig, OutboundTarget... defaults)
Parse targets from provider configuration with possible default targets.
-