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.
33 lines
1.4 KiB
33 lines
1.4 KiB
4 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin>
|
||
|
<id>com.fr.plugin.login</id>
|
||
|
<name><![CDATA[登录认证]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.0.9</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2018-07-31</jartime>
|
||
|
<vendor>fr.open</vendor>
|
||
|
<description><![CDATA[登录认证]]></description>
|
||
|
<main-package>com.fr.plugin.login</main-package>
|
||
|
<change-notes>
|
||
|
<![CDATA[
|
||
|
[2021-05-12]10.4.982:
|
||
|
修复bug<br/>
|
||
|
]]>
|
||
|
</change-notes>
|
||
|
<function-recorder class="com.fr.plugin.login.config.simple.account.PluginSimpleConfig"/>
|
||
|
<lifecycle-monitor class="com.fr.plugin.login.config.simple.DemoInitializeMonitor"/>
|
||
|
|
||
|
<extra-decision>
|
||
|
<GlobalRequestFilterProvider class="com.fr.plugin.login.interception.filter.IpInterceptionFilter"/>
|
||
|
<DecisionDBAccessProvider class="com.fr.plugin.login.interception.IpInterceptionDBAccessProvider"/>
|
||
|
<HttpHandlerProvider class="com.fr.plugin.login.handler.ExtendAttrHandlerProvider"/>
|
||
|
<URLAliasProvider class="com.fr.plugin.login.handler.URLAliasProvide"/>
|
||
|
<WebResourceProvider class="com.fr.plugin.login.webresource.WebResourceProvider"/>
|
||
|
</extra-decision>
|
||
|
<extra-core>
|
||
|
<LocaleFinder class="com.fr.plugin.login.interception.IpInterceptionLocalFinder"/>
|
||
|
</extra-core>
|
||
|
<dependence>
|
||
|
<Item key="com.fr.plugin.weixin" type="plugin"/>
|
||
|
</dependence>
|
||
|
</plugin>
|