Uses of Class
org.openmetadata.service.config.OMWebConfiguration
-
Packages that use OMWebConfiguration Package Description org.openmetadata.service.config org.openmetadata.service.exception org.openmetadata.service.socket -
-
Uses of OMWebConfiguration in org.openmetadata.service.config
Methods in org.openmetadata.service.config that return OMWebConfiguration Modifier and Type Method Description abstract OMWebConfigurationOMWebBundle. getWebConfiguration(T var1) -
Uses of OMWebConfiguration in org.openmetadata.service.exception
Methods in org.openmetadata.service.exception with parameters of type OMWebConfiguration Modifier and Type Method Description static voidOMErrorPageHandler. setSecurityHeader(OMWebConfiguration webConfiguration, javax.servlet.http.HttpServletResponse response)Constructors in org.openmetadata.service.exception with parameters of type OMWebConfiguration Constructor Description OMErrorPageHandler(OMWebConfiguration webConfiguration) -
Uses of OMWebConfiguration in org.openmetadata.service.socket
Constructors in org.openmetadata.service.socket with parameters of type OMWebConfiguration Constructor Description OpenMetadataAssetServlet(String resourcePath, String uriPath, @Nullable String indexFile, OMWebConfiguration webConf)
-