Uses of Class
io.helidon.cors.CrossOriginConfig
Packages that use CrossOriginConfig
Package
Description
Common cross origin configuration and types used by all Helidon flavors.
GraphQL server integration with Helidon Níma WebServer.
Open API integration with Níma WebServer.
Support types for REST services.
Helidon Níma CORS Support
GraphQL server integration with Helidon Reactive WebServer.
OpenAPI integration with Helidon Reactive WebServer.
Support types for REST services.
Helidon SE CORS Support
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Uses of CrossOriginConfig in io.helidon.cors
Methods in io.helidon.cors that return CrossOriginConfigModifier and TypeMethodDescriptionCrossOriginConfig.Builder.build()static CrossOriginConfigCrossOriginConfig.create()Creates a newCrossOriginConfiginstance which represents the default CORS behavior.static CrossOriginConfigCreates a newCrossOriginConfiginstance based on the provided configuration node.Finds theCrossOriginConfigassociated with the given path expression, if any.Methods in io.helidon.cors that return types with arguments of type CrossOriginConfigModifier and TypeMethodDescriptionMappedCrossOriginConfig.iterator()Aggregator.lookupCrossOrigin(String path, String method, Supplier<Optional<CrossOriginConfig>> secondaryLookup) Looks for a matching CORS config entry for the specified path among the provided CORS configuration information, returning anOptionalof the matchingCrossOrigininstance for the path, if any.Methods in io.helidon.cors with parameters of type CrossOriginConfigModifier and TypeMethodDescriptionCorsSupportBase.Builder.addCrossOrigin(CrossOriginConfig crossOrigin) Adds cross origin information associated with the default path.CorsSupportBase.Builder.addCrossOrigin(String path, CrossOriginConfig crossOrigin) Adds cross origin information associated with a given path.static CrossOriginConfig.BuilderCrossOriginConfig.builder(CrossOriginConfig original) Initializes a newCrossOriginConfig.Builderfrom the values in an existingCrossOriginConfigobject.Method parameters in io.helidon.cors with type arguments of type CrossOriginConfigModifier and TypeMethodDescriptionvoidMappedCrossOriginConfig.forEach(BiConsumer<String, CrossOriginConfig> consumer) Invokes the specified consumer for each entry in the mapped CORS config.Aggregator.lookupCrossOrigin(String path, String method, Supplier<Optional<CrossOriginConfig>> secondaryLookup) Looks for a matching CORS config entry for the specified path among the provided CORS configuration information, returning anOptionalof the matchingCrossOrigininstance for the path, if any.protected CorsSupportBase.Builder<Q,R, T, B> CorsSupportBase.Builder.secondaryLookupSupplier(Supplier<Optional<CrossOriginConfig>> secondaryLookupSupplier) Not for developer use. Sets a back-up way to provide aCrossOriginConfiginstance if, during look-up for a given request, none is found from the aggregator.CorsSupportHelper.Builder.secondaryLookupSupplier(Supplier<Optional<CrossOriginConfig>> secondaryLookup) Sets the supplier for the secondary lookup of CORS information (typically not contained in configuration). -
Uses of CrossOriginConfig in io.helidon.nima.graphql.server
Methods in io.helidon.nima.graphql.server with parameters of type CrossOriginConfigModifier and TypeMethodDescriptionGraphQlService.Builder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Set the CORS config from the specifiedCrossOriginConfigobject. -
Uses of CrossOriginConfig in io.helidon.nima.openapi
Methods in io.helidon.nima.openapi with parameters of type CrossOriginConfigModifier and TypeMethodDescriptionOpenApiService.AbstractBuilder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Assigns the CORS settings for the OpenAPI endpoint. -
Uses of CrossOriginConfig in io.helidon.nima.servicecommon
Methods in io.helidon.nima.servicecommon that return CrossOriginConfigModifier and TypeMethodDescriptionRestServiceSettings.crossOriginConfig()Returns the cross-origin config settings to be used for the service's endpoint.Methods in io.helidon.nima.servicecommon with parameters of type CrossOriginConfigModifier and TypeMethodDescriptionHelidonFeatureSupport.Builder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Set the CORS config from the specifiedCrossOriginConfigobject.RestServiceSettings.Builder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Sets the cross-origin settings from existing settings (not from a builder). -
Uses of CrossOriginConfig in io.helidon.nima.webserver.cors
Methods in io.helidon.nima.webserver.cors with parameters of type CrossOriginConfigModifier and TypeMethodDescriptionstatic CorsEnabledServiceHelperCorsEnabledServiceHelper.create(String serviceName, CrossOriginConfig crossOriginConfig) Creates a new helper based on the provided config. -
Uses of CrossOriginConfig in io.helidon.reactive.graphql.server
Methods in io.helidon.reactive.graphql.server with parameters of type CrossOriginConfigModifier and TypeMethodDescriptionGraphQlSupport.Builder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Set the CORS config from the specifiedCrossOriginConfigobject. -
Uses of CrossOriginConfig in io.helidon.reactive.openapi
Methods in io.helidon.reactive.openapi with parameters of type CrossOriginConfigModifier and TypeMethodDescriptionOpenAPISupport.Builder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Assigns the CORS settings for the OpenAPI endpoint. -
Uses of CrossOriginConfig in io.helidon.reactive.servicecommon
Methods in io.helidon.reactive.servicecommon that return CrossOriginConfigModifier and TypeMethodDescriptionRestServiceSettings.crossOriginConfig()Returns the cross-origin config settings to be used for the service's endpoint.Methods in io.helidon.reactive.servicecommon with parameters of type CrossOriginConfigModifier and TypeMethodDescriptionHelidonRestServiceSupport.Builder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Set the CORS config from the specifiedCrossOriginConfigobject.RestServiceSettings.Builder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Sets the cross-origin settings from existing settings (not from a builder). -
Uses of CrossOriginConfig in io.helidon.reactive.webserver.cors
Methods in io.helidon.reactive.webserver.cors with parameters of type CrossOriginConfigModifier and TypeMethodDescriptionstatic CorsEnabledServiceHelperCorsEnabledServiceHelper.create(String serviceName, CrossOriginConfig crossOriginConfig) Creates a new helper based on the provided config. -
Uses of CrossOriginConfig in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common that return CrossOriginConfigModifier and TypeMethodDescriptionOidcConfig.crossOriginConfig()Cross-origin resource sharing settings.Methods in io.helidon.security.providers.oidc.common with parameters of type CrossOriginConfigModifier and TypeMethodDescriptionOidcConfig.Builder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Assign cross-origin resource sharing settings.