You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.0 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin>
<id>com.eco.plugin.xx.xytsso</id>
<name><![CDATA[单点登录及用户同步]]></name>
<active>yes</active>
<version>1.0.17</version>
<env-version>10.0</env-version>
<jartime>2018-07-31</jartime>
<vendor>fr.open</vendor>
<description><![CDATA[单点登录及用户同步]]></description>
<change-notes><![CDATA[
]]></change-notes>
<main-package>com.eco.plugin.xx.xytsso</main-package>
<lifecycle-monitor class="com.eco.plugin.xx.xytsso.config.InitializeMonitor"/>
<extra-decision>
<GlobalRequestFilterProvider class="com.eco.plugin.xx.xytsso.filter.SSOFilter"/>
</extra-decision>
<extra-core>
<FunctionDefineProvider class="com.eco.plugin.xx.xytsso.function.AuthFunction" name="syncData" description="同步数据"/>
<DBAccessProvider class="com.eco.plugin.xx.xytsso.db.controller.DBController"/>
</extra-core>
<function-recorder class="com.eco.plugin.xx.xytsso.config.PluginSimpleConfig"/>
</plugin>