Class | Description |
---|---|
AbstractChecker<T> |
Base class for all checkers
|
CorsChecker |
Check for location restrictions for CORS based cross browser platform requests
|
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: |
MBeanAccessChecker |
Checker, which checks for specific MBean attributes or operations which can be either
defined in an
<allow> or <deny> seciton. |
MBeanAccessChecker.Arg |
Class encapsulation the arguments for the check command
|
NetworkChecker |
Check whether a host is allowed to access the agent.
|
RequestTypeChecker |
Checks for a certain requst type which are specified within a
<commands>
section. |
Copyright © 2019. All rights reserved.