Class JwtAuthAnnotationAnalyzer

java.lang.Object
io.helidon.microprofile.jwt.auth.JwtAuthAnnotationAnalyzer
All Implemented Interfaces:
AnnotationAnalyzer

public class JwtAuthAnnotationAnalyzer extends Object implements AnnotationAnalyzer
Implementation of AnnotationAnalyzer which checks for LoginConfig annotation if JWT Authentication should be enabled.
  • Constructor Details

    • JwtAuthAnnotationAnalyzer

      public JwtAuthAnnotationAnalyzer()
  • Method Details