cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

support AuthLevel.REQUIRED annotation #117

Closed tangiel closed 6 years ago

tangiel commented 6 years ago

It is currently not easy to support all AuthLevel modes, but REQUIRED is likely to be the the most used and easy to implement, so support is added here.

codecov-io commented 6 years ago

Codecov Report

Merging #117 into master will increase coverage by 0.02%. The diff coverage is 75%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #117      +/-   ##
===========================================
+ Coverage     79.68%   79.7%   +0.02%     
- Complexity     1643    1646       +3     
===========================================
  Files           156     156              
  Lines          5523    5529       +6     
  Branches        706     708       +2     
===========================================
+ Hits           4401    4407       +6     
+ Misses          846     844       -2     
- Partials        276     278       +2
Impacted Files Coverage Δ Complexity Δ
...ver/spi/request/RestServletRequestParamReader.java 92.59% <100%> (ø) 21 <3> (ø) :arrow_down:
.../server/spi/request/ServletRequestParamReader.java 84% <71.42%> (-0.88%) 24 <0> (+2)
...api/server/spi/response/UnauthorizedException.java 50% <0%> (+4%) 7% <0%> (+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 058d3ad...86a7e73. Read the comment docs.