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.
32 lines
1.0 KiB
32 lines
1.0 KiB
2 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<plugin>
|
||
|
<id>com.fr.plugin.JSD10117</id>
|
||
|
<name><![CDATA[单点登录]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.10</version>
|
||
|
<env-version>10.0~11.0</env-version>
|
||
|
<jartime>2022-01-05</jartime>
|
||
|
<vendor>fr.open</vendor>
|
||
|
<description><![CDATA[单点登录]]></description>
|
||
|
<function-recorder class="com.fr.plugin.oauth.LoginFilter"/>
|
||
|
<change-notes>
|
||
|
<![CDATA[
|
||
|
<p>[2022-5-7]项目启动</p>
|
||
|
]]>
|
||
|
</change-notes>
|
||
|
<main-package>com.fr.plugin.oauth</main-package>
|
||
|
<extra-decision>
|
||
|
<SystemOptionProvider class="com.fr.plugin.oauth.MyFunction"/>
|
||
|
<HttpHandlerProvider class="com.fr.plugin.oauth.http.HttpHandlerProvider"/>
|
||
|
<GlobalRequestFilterProvider class="com.fr.plugin.oauth.LoginFilter"/>
|
||
|
<GlobalRequestFilterProvider class="com.fr.plugin.oauth.LogoutFilter"/>
|
||
|
</extra-decision>
|
||
|
<extra-core>
|
||
|
</extra-core>
|
||
|
|
||
|
<extra-report>
|
||
|
</extra-report>
|
||
|
|
||
|
</plugin>
|
||
|
|