Package | Description |
---|---|
org.jolokia.restrictor.policy |
Modifier and Type | Class and Description |
---|---|
class |
CorsChecker
Check for location restrictions for CORS based cross browser platform requests
|
class |
HttpMethodChecker
Checker, which extracts
http elements from the policy document which in turn
declares the allowed HTTP methods ("get" or "post")
Example for allowing only post calls: |
class |
MBeanAccessChecker
Checker, which checks for specific MBean attributes or operations which can be either
defined in an
<allow> or <deny> seciton. |
class |
NetworkChecker
Check whether a host is allowed to access the agent.
|
class |
RequestTypeChecker
Checks for a certain requst type which are specified within a
<commands>
section. |
Copyright © 2019. All rights reserved.