<?xml version="1.0" encoding="UTF-8"?>
<ajxp_plugin label="CONF_MESSAGE[File Access Drivers]" description="CONF_MESSAGE[Container for all access.* plugins]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">

    <class_definition classname="Pydio\Access\Core\CoreAccessHandler"
                      filename="plugins/core.access/src/CoreAccessHandler.php"/>

    <registry_contributions>
        <actions>
            <action name="multisearch">
                <processing>
                    <serverCallback methodName="multipleSearch" restParams="/query"/>
                </processing>
            </action>
        </actions>
    </registry_contributions>

</ajxp_plugin>
