public class JwtAuthAnnotationAnalyzer extends Object implements AnnotationAnalyzer
AnnotationAnalyzer which checks for LoginConfig annotation if
JWT Authentication should be enabled.AnnotationAnalyzer.AnalyzerResponse, AnnotationAnalyzer.Flag| Constructor and Description |
|---|
JwtAuthAnnotationAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationAnalyzer.AnalyzerResponse |
analyze(Class<?> maybeAnnotated)
Analyze an application class.
|
void |
init(Config config)
Provides configuration on node "security.jersey.analyzers".
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanalyze, analyzepublic void init(Config config)
AnnotationAnalyzerinit in interface AnnotationAnalyzerconfig - config to use to configure an analyzer, may be empty (e.g. have reasonable defaults if possible)public AnnotationAnalyzer.AnalyzerResponse analyze(Class<?> maybeAnnotated)
AnnotationAnalyzeranalyze in interface AnnotationAnalyzermaybeAnnotated - class of the JAX-RS applicationCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.