Uses of Class
org.graylog2.system.urlwhitelist.UrlWhitelist
Packages that use UrlWhitelist
-
Uses of UrlWhitelist in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system that return UrlWhitelistMethods in org.graylog2.rest.resources.system with parameters of type UrlWhitelistModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseUrlWhitelistResource.put(@NotNull UrlWhitelist whitelist) -
Uses of UrlWhitelist in org.graylog2.system.urlwhitelist
Methods in org.graylog2.system.urlwhitelist that return UrlWhitelistModifier and TypeMethodDescriptionabstract UrlWhitelistUrlWhitelist.Builder.autoBuild()UrlWhitelist.Builder.build()static UrlWhitelistUrlWhitelist.create(List<WhitelistEntry> entries, boolean disabled) static UrlWhitelistUrlWhitelist.createEnabled(List<WhitelistEntry> entries) UrlWhitelistService.getWhitelist()Gets the whitelist by reading from the cluster configuration.Methods in org.graylog2.system.urlwhitelist with parameters of type UrlWhitelist