The Adito Agent may be extended using Agent Extensions. These are simply additional classes with an optional className that points to a class that gets initialised when the extension is loaded.
Agent extensions that require 3rd party libraries may add additional elements to the classpath using {@link #addClassPath(String)}.
Agent extensions may add additional JVM arguments that will be used when the agent is started using {@link #addJVMArgument(String)}.
Before an extension will work, the server calls the appropriate {@link AgentExtensionVerifier#verifyAccess(String,com.adito.security.User)}. @see AgentExtensionVerifier
|
|
|
|