<?xml version="1.0" encoding="UTF-8"?>
<ajxpcore id="authfront.http_basic" enabled="true" label="CONF_MESSAGE[Basic Http FrontEnd]" description="CONF_MESSAGE[Send a basic http request to the user]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
	<class_definition filename="plugins/authfront.http_basic/BasicHttpAuthFrontend.php" classname="Pydio\Auth\Frontend\BasicHttpAuthFrontend"/>
    <client_settings>
        <resources>
            <i18n namespace="authfront.http_basic" path="plugins/authfront.http_basic/i18n"/>
        </resources>
    </client_settings>
    <server_settings>
        <global_param name="ORDER" type="integer" label="CONF_MESSAGE[Order]" description="CONF_MESSAGE[Order this plugin with other auth frontends]" default="10"/>
        <global_param name="PROTOCOL_TYPE" type="select"
                      choices="session_only|CONF_MESSAGE[Sessions Only],no_session|CONF_MESSAGE[REST Only],both|CONF_MESSAGE[Session-based or Rest]"
                      label="CONF_MESSAGE[Protocol Type]" description="CONF_MESSAGE[Enable/disable automatically based on the protocol used]" default="no_session"/>
    </server_settings>
</ajxpcore>