Uses of Class
org.graylog2.security.RestrictedChainingClassLoader
Packages that use RestrictedChainingClassLoader
-
Uses of RestrictedChainingClassLoader in org.graylog2.cluster
Constructors in org.graylog2.cluster with parameters of type RestrictedChainingClassLoaderModifierConstructorDescriptionClusterConfigServiceImpl(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, RestrictedChainingClassLoader chainingClassLoader, ClusterEventBus clusterEventBus) -
Uses of RestrictedChainingClassLoader in org.graylog2.events
Constructors in org.graylog2.events with parameters of type RestrictedChainingClassLoaderModifierConstructorDescriptionClusterEventPeriodical(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, RestrictedChainingClassLoader chainingClassLoader, com.google.common.eventbus.EventBus serverEventBus, ClusterEventBus clusterEventBus) -
Uses of RestrictedChainingClassLoader in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type RestrictedChainingClassLoaderModifierConstructorDescriptionClusterConfigResource(ClusterConfigService clusterConfigService, RestrictedChainingClassLoader chainingClassLoader, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ClusterConfigValidatorService clusterConfigValidatorService)