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.1 KiB
24 lines
1.1 KiB
3 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin>
|
||
|
<id>com.eco.plugin.xxxx.fqlsso</id>
|
||
|
<name><![CDATA[单点登录]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.0.4</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.xxxx.fqlsso</main-package>
|
||
|
<lifecycle-monitor class="com.eco.plugin.xxxx.fqlsso.config.InitializeMonitor"/>
|
||
|
|
||
|
<extra-decision>
|
||
|
<WebResourceProvider class="com.eco.plugin.xxxx.fqlsso.webResourceProvider.WebResourceProvider"/>
|
||
|
<LogInOutEventProvider class="com.eco.plugin.xxxx.fqlsso.logout.Logout"/>
|
||
|
<GlobalRequestFilterProvider class="com.eco.plugin.xxxx.fqlsso.filter.SSOFilter"/>
|
||
|
<HttpHandlerProvider class="com.eco.plugin.xxxx.fqlsso.handler.ExtendAttrHandlerProvider"/>
|
||
|
<URLAliasProvider class="com.eco.plugin.xxxx.fqlsso.handler.URLAliasProvide"/>
|
||
|
</extra-decision>
|
||
|
|
||
|
<function-recorder class="com.eco.plugin.xxxx.fqlsso.config.PluginSimpleConfig"/>
|
||
|
</plugin>
|