Uses of Class
io.vertigo.vega.webservice.stereotype.AnonymousAccessAllowed
-
Packages that use AnonymousAccessAllowed Package Description io.vertigo.vega.engines.webservice.cmd io.vertigo.vega.impl.webservice.catalog io.vertigo.vega.impl.webservice.healthcheck -
-
Uses of AnonymousAccessAllowed in io.vertigo.vega.engines.webservice.cmd
Methods in io.vertigo.vega.engines.webservice.cmd with annotations of type AnonymousAccessAllowed Modifier and Type Method Description StringComponentCmdWebServices. getComponentConfig(String componentId)io.vertigo.core.node.definition.DefinitionComponentCmdWebServices. getDefinition(String definitionName)io.vertigo.core.node.definition.DefinitionSpaceComponentCmdWebServices. getDefinitionsSpace()StringComponentCmdWebServices. getDefinitionType(String definitionType)Collection<Class<? extends io.vertigo.core.node.definition.Definition>>ComponentCmdWebServices. getDefinitionTypes()StringComponentCmdWebServices. getModuleConfig(String moduleName)StringComponentCmdWebServices. getModuleConfigs()io.vertigo.core.node.config.NodeConfigComponentCmdWebServices. getNodeConfig()List<io.vertigo.core.analytics.health.HealthCheck>ComponentCmdWebServices. healthcheck()Healthcheck WebService. -
Uses of AnonymousAccessAllowed in io.vertigo.vega.impl.webservice.catalog
Methods in io.vertigo.vega.impl.webservice.catalog with annotations of type AnonymousAccessAllowed Modifier and Type Method Description Map<String,Object>SwaggerWebServices. getSwapperApi(javax.servlet.http.HttpServletRequest request)voidSwaggerWebServices. getSwapperUi(String resourcePathUrl, String resourceUrl, javax.servlet.http.HttpServletResponse response)Return a swagger static resources.voidSwaggerWebServices. getSwapperUi(String resourceUrl, javax.servlet.http.HttpServletResponse response)Return a swagger static resources.voidSwaggerWebServices. getSwapperUi(javax.servlet.http.HttpServletResponse response)Redirect to index.html.voidSwaggerWebServices. getSwapperUiEmpty(javax.servlet.http.HttpServletResponse response)Redirect to index.html.List<String>CatalogWebServices. publishCatalog() -
Uses of AnonymousAccessAllowed in io.vertigo.vega.impl.webservice.healthcheck
Methods in io.vertigo.vega.impl.webservice.healthcheck with annotations of type AnonymousAccessAllowed Modifier and Type Method Description List<io.vertigo.core.analytics.health.HealthCheck>HealthcheckWebServices. completeHealthcheck()Complete node healthcheck WebService.StringHealthcheckWebServices. healthcheck()Healthcheck WebService.
-