kakawait / cas-security-spring-boot-starter

Spring boot starter for Apereo CAS client fully integrated with Spring security
MIT License
153 stars 45 forks source link

Expose CAS AuthenticationManagerBuilder #109

Closed kakawait closed 6 years ago

kakawait commented 6 years ago

New method

void configure(AuthenticationManagerBuilder auth);

related to #108

codecov[bot] commented 6 years ago

Codecov Report

Merging #109 into develop will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop   #109      +/-   ##
===========================================
+ Coverage      82.89%    83%   +0.11%     
- Complexity       117    118       +1     
===========================================
  Files             23     23              
  Lines            608    612       +4     
  Branches          77     78       +1     
===========================================
+ Hits             504    508       +4     
  Misses            78     78              
  Partials          26     26
Impacted Files Coverage Δ Complexity Δ
...y/cas/autoconfigure/CasHttpSecurityConfigurer.java 87.8% <100%> (+0.46%) 7 <0> (ø) :arrow_down:
...as/autoconfigure/CasSecurityConfigurerAdapter.java 50% <100%> (+7.14%) 4 <1> (+1) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fe6f78c...b8ac1f0. Read the comment docs.