Uses of Interface
org.jolokia.server.core.service.api.Restrictor
Packages that use Restrictor
Package
Description
-
Uses of Restrictor in org.jolokia.server.core.http
Methods in org.jolokia.server.core.http that return RestrictorModifier and TypeMethodDescriptionprotected RestrictorAgentServlet.createRestrictor(Configuration pConfig, LogHandler pLogHandler) Create a restrictor to use.Constructors in org.jolokia.server.core.http with parameters of type RestrictorModifierConstructorDescriptionAgentServlet(Restrictor pRestrictor) Constructor taking a restrictor to use -
Uses of Restrictor in org.jolokia.server.core.osgi
Constructors in org.jolokia.server.core.osgi with parameters of type RestrictorModifierConstructorDescriptionOsgiAgentServlet(org.osgi.framework.BundleContext pContext, Restrictor pRestrictor) Constructor with a bundle context and a given restrictor -
Uses of Restrictor in org.jolokia.server.core.osgi.security
Classes in org.jolokia.server.core.osgi.security that implement RestrictorModifier and TypeClassDescriptionclassA restrictor which delegate to a RestrictorService if available or denies access if none is available. -
Uses of Restrictor in org.jolokia.server.core.restrictor
Classes in org.jolokia.server.core.restrictor that implement RestrictorModifier and TypeClassDescriptionclassBase restrictor which alway returns the constant given at construction timeclassA restrictor which simply allows everything.classA restrictor which denies every access.Methods in org.jolokia.server.core.restrictor that return RestrictorModifier and TypeMethodDescriptionstatic RestrictorRestrictorFactory.createRestrictor(Configuration pConfig, LogHandler log) Create a restrictor to use. -
Uses of Restrictor in org.jolokia.server.core.restrictor.policy
Classes in org.jolokia.server.core.restrictor.policy that implement RestrictorModifier and TypeClassDescriptionclassRestrictor, which is based on a policy file -
Uses of Restrictor in org.jolokia.server.core.service
Methods in org.jolokia.server.core.service with parameters of type RestrictorModifier and TypeMethodDescriptionstatic JolokiaServiceManagerJolokiaServiceManagerFactory.createJolokiaServiceManager(Configuration pConfig, LogHandler pLogHandler, Restrictor pRestrictor) Create the implementation of a service managerstatic JolokiaServiceManagerJolokiaServiceManagerFactory.createJolokiaServiceManager(Configuration pConfig, LogHandler pLogHandler, Restrictor pRestrictor, ServerDetectorLookup pDetectorLookup) Create the implementation of a service manager with an additional hook for adding server detectors -
Uses of Restrictor in org.jolokia.server.core.service.api
Subinterfaces of Restrictor in org.jolokia.server.core.service.apiModifier and TypeInterfaceDescriptioninterfaceThe context providing access to all Jolokia internal services. -
Uses of Restrictor in org.jolokia.server.core.service.impl
Classes in org.jolokia.server.core.service.impl that implement RestrictorMethods in org.jolokia.server.core.service.impl that return RestrictorConstructors in org.jolokia.server.core.service.impl with parameters of type RestrictorModifierConstructorDescriptionJolokiaServiceManagerImpl(Configuration pConfig, LogHandler pLogHandler, Restrictor pRestrictor, ServerDetectorLookup pDetectorLookup) Create the implementation of a service manager