Package io.vertigo.vega
Class VegaFeatures
java.lang.Object
io.vertigo.core.node.config.Features<VegaFeatures>
io.vertigo.vega.VegaFeatures
- All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>
Defines module Vega.
- Author:
- pchretien
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwithApiKey(io.vertigo.core.param.Param... params) withAzureAdWebAuthentication(io.vertigo.core.param.Param... params) withJavalinWebServerPlugin(io.vertigo.core.param.Param... params) withLocalWebAuthentication(io.vertigo.core.param.Param... params) withOIDCWebAuthentication(io.vertigo.core.param.Param... params) withSAML2WebAuthentication(io.vertigo.core.param.Param... params) withWebAuthentication(io.vertigo.core.param.Param... params) withWebServicesJson(io.vertigo.core.param.Param... params) withWebServicesOriginCORSFilter(io.vertigo.core.param.Param... params) withWebServicesTokens(io.vertigo.core.param.Param... params) Methods inherited from class io.vertigo.core.node.config.Features
addPlugin, build, getModuleConfigBuilder
-
Constructor Details
-
VegaFeatures
public VegaFeatures()
-
-
Method Details
-
withWebServices
-
withWebServicesTokens
-
withWebServicesRateLimiting
-
withWebServicesSecurity
-
withApiKey
-
withJavalinWebServerPlugin
-
withWebServicesJson
-
withWebServicesOriginCORSFilter
-
withWebServicesSwagger
-
withWebServicesCatalog
-
withWebServicesProxyClient
-
withWebAuthentication
-
withSAML2WebAuthentication
-
withOIDCWebAuthentication
-
withAzureAdWebAuthentication
-
withLocalWebAuthentication
-
buildFeatures
protected void buildFeatures()- Specified by:
buildFeaturesin classio.vertigo.core.node.config.Features<VegaFeatures>
-