diff --git a/src/docbkx/agents/jvm.xml b/src/docbkx/agents/jvm.xml index fe44a33e6..0fe8f833c 100644 --- a/src/docbkx/agents/jvm.xml +++ b/src/docbkx/agents/jvm.xml @@ -498,6 +498,7 @@ where is one of status -- Show status of an (potentially) attached agent toggle -- Toggle between start/stop (default when no command is given) list -- List all attachable Java processes (default when no argument is given at all) + encrypt -- Encrypt a password which is given as argument or read from standard input [options] are used for providing runtime information for attaching the agent: @@ -538,6 +539,7 @@ where is one of --maxObjects Maximum number of objects to consider for serialization (default: maxObjects) --policyLocation Location of a Jolokia policy file + --restrictorClass Classname of an custom restrictor which must be loadable from the classpath --mbeanQualifier Qualifier to use when registering Jolokia internal MBeans --canonicalNaming whether to use canonicalName for ObjectNames in 'list' or 'search' (default: true) diff --git a/src/docbkx/agents/war.xml b/src/docbkx/agents/war.xml index c059200c5..175ca8d27 100644 --- a/src/docbkx/agents/war.xml +++ b/src/docbkx/agents/war.xml @@ -105,14 +105,25 @@ classpath: which is used for looking up the policy file in the web application's classpath. See for details about this - parameter. + parameter. file:///home/jolokia/jolokia-access.xml - for a file based access to the policy file. Default is + for a file based access to the policy file. Default is classpath:/jolokia-access.xml + + restrictorClass + + Full classname of an implementation of org.jolokia.restrictor.Restrictor + which is used as a custom restrictor for securing access via Jolokia. + + + com.mycompany.jolokia.CustomRestrictor (which must be included in the + war file and must implement org.jolokia.restrictor.Restrictor) + + debug