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.
22 lines
894 B
22 lines
894 B
6 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<plugin>
|
||
|
<id>com.fr.plugin.passport</id>
|
||
|
<name><![CDATA[自定义认证方式示例]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.0</version>
|
||
|
<env-version>10.0~</env-version>
|
||
|
<jartime>2019-01-15</jartime>
|
||
|
<vendor>author</vendor>
|
||
|
<description><![CDATA[自定义认证方式示例]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
无
|
||
|
]]></change-notes>
|
||
|
<extra-core>
|
||
|
<LocaleFinder class="com.fr.plugin.decision.passport.PluginLocaleFinderBridge"/>
|
||
|
</extra-core>
|
||
|
<extra-decision>
|
||
|
<PassportProvider class="com.fr.plugin.decision.passport.CustomPassportProvider"/>
|
||
|
<WebResourceProvider class="com.fr.plugin.decision.passport.CustomWebResourceProvider"/>
|
||
|
</extra-decision>
|
||
|
<function-recorder class="com.fr.plugin.decision.passport.CustomPassportProvider"/>
|
||
|
</plugin>
|