資源簡介
CAS系列博客配套demo:https://blog.csdn.net/u010588262/article/category/7548325
建議看一下Server配置的博客,資源里沒有帶依賴包不然太大了,博客里有說明怎么添加依賴
實現了mysql查詢驗證,restful api

代碼片段和文件信息
package?com.hugeo.cas;
import?org.apereo.cas.authentication.AuthenticationEventExecutionPlan;
import?org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer;
import?org.apereo.cas.authentication.AuthenticationHandler;
import?org.apereo.cas.authentication.principal.DefaultPrincipalFactory;
import?org.apereo.cas.configuration.CasConfigurationProperties;
import?org.apereo.cas.services.ServicesManager;
import?org.springframework.beans.factory.annotation.Autowired;
import?org.springframework.beans.factory.annotation.Qualifier;
import?org.springframework.boot.context.properties.EnableConfigurationProperties;
import?org.springframework.context.annotation.Bean;
import?org.springframework.context.annotation.Configuration;
@Configuration(“CustomAuthConfig“)
@EnableConfigurationProperties(CasConfigurationProperties.class)
public?class?CustomAuthConfig?implements?AuthenticationEventExecutionPlanConfigurer{
????@Autowired
????private?CasConfigurationProperties?casProperties;
????@Autowired
????@Qualifier(“servicesManager“)
????private?ServicesManager?servicesManager;
????@Bean
????public?AuthenticationHandler?myAuthenticationHandler()?{
????????final?Login?handler?=?new?Login(Login.class.getSimpleName()?servicesManager?new?DefaultPrincipalFactory()?10);
????????return?handler;
????}
????@Override
????public?void?configureAuthenticationExecutionPlan(AuthenticationEventExecutionPlan?plan)?{
????????plan.registerAuthenticationHandler(myAuthenticationHandler());
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-04?16:00??hugeo-cas\
?????目錄???????????0??2018-04-04?16:00??hugeo-cas\cas\
?????目錄???????????0??2018-04-04?16:00??hugeo-cas\casclient\
?????文件????????1200??2018-03-30?15:36??hugeo-cas\casclient\pom.xm
?????目錄???????????0??2018-04-04?15:59??hugeo-cas\casclient\src\
?????目錄???????????0??2018-04-04?15:59??hugeo-cas\casclient\src\main\
?????目錄???????????0??2018-04-04?15:59??hugeo-cas\casclient\src\main\resources\
?????文件?????????593??2016-11-22?07:23??hugeo-cas\casclient\src\main\resources\log4j.xm
?????目錄???????????0??2018-04-04?15:59??hugeo-cas\casclient\src\main\webapp\
?????文件????????2819??2016-11-22?07:23??hugeo-cas\casclient\src\main\webapp\index.jsp
?????文件?????????727??2016-11-22?07:23??hugeo-cas\casclient\src\main\webapp\logout.jsp
?????目錄???????????0??2018-04-04?15:59??hugeo-cas\casclient\src\main\webapp\WEB-INF\
?????文件????????3963??2018-04-03?16:25??hugeo-cas\casclient\src\main\webapp\WEB-INF\web.xm
?????文件????????5110??2018-04-04?15:42??hugeo-cas\cas\pom.xm
?????目錄???????????0??2018-04-04?15:59??hugeo-cas\cas\src\
?????目錄???????????0??2018-03-27?13:10??hugeo-cas\cas\src\main\
?????目錄???????????0??2018-03-27?13:02??hugeo-cas\cas\src\main\java\
?????目錄???????????0??2018-03-27?13:02??hugeo-cas\cas\src\main\java\com\
?????目錄???????????0??2018-03-27?13:02??hugeo-cas\cas\src\main\java\com\hugeo\
?????目錄???????????0??2018-03-30?14:32??hugeo-cas\cas\src\main\java\com\hugeo\cas\
?????文件????????1540??2018-03-30?14:32??hugeo-cas\cas\src\main\java\com\hugeo\cas\CustomAuthConfig.java
?????文件????????2679??2018-03-30?14:08??hugeo-cas\cas\src\main\java\com\hugeo\cas\Login.java
?????目錄???????????0??2018-04-04?15:25??hugeo-cas\cas\src\main\resources\
?????文件????????3111??2018-04-04?15:25??hugeo-cas\cas\src\main\resources\application.properties
?????目錄???????????0??2018-03-29?13:27??hugeo-cas\cas\src\main\resources\me
?????文件??????????99??2018-03-29?13:27??hugeo-cas\cas\src\main\resources\me
?????目錄???????????0??2018-04-03?16:27??hugeo-cas\cas\src\main\resources\services\
?????文件?????????250??2018-03-27?13:08??hugeo-cas\cas\src\main\resources\services\Apereo-10000002.json
?????文件?????????283??2018-04-03?16:27??hugeo-cas\cas\src\main\resources\services\Client1-10000004.json
?????文件?????????300??2018-03-27?13:08??hugeo-cas\cas\src\main\resources\services\HTTPSandIMAPS-10000001.json
?????文件?????????276??2018-04-02?18:00??hugeo-cas\cas\src\main\resources\services\Localhost-10000003.json
............此處省略3個文件信息
- 上一篇:echarts鏈接MySQL
- 下一篇:高德省市區城市編碼,包含經緯度
評論
共有 條評論