Uses of Interface
org.entur.jwt.spring.camel.JwtAuthenticationProcessor
-
-
Uses of JwtAuthenticationProcessor in org.entur.jwt.spring.camel
Classes in org.entur.jwt.spring.camel that implement JwtAuthenticationProcessor Modifier and Type Class Description classDefaultJwtAuthenticationProcessorA Processor which, if present, extracts the Json Web Token from the message HttpServletRequest Authorization header and saves it to the message Exchange.AUTHENTICATION.Methods in org.entur.jwt.spring.camel that return JwtAuthenticationProcessor Modifier and Type Method Description <T> JwtAuthenticationProcessorJwtCamelAutoConfiguration. jwtAuthenticationProcessor(org.entur.jwt.verifier.JwtVerifier<T> verifier, org.entur.jwt.spring.filter.JwtAuthorityMapper<T> authorityMapper, org.entur.jwt.verifier.JwtClaimExtractor<T> extractor, org.entur.jwt.spring.filter.JwtPrincipalMapper jwtPrincipalMapper, org.entur.jwt.spring.filter.JwtDetailsMapper detailsMapper)Constructors in org.entur.jwt.spring.camel with parameters of type JwtAuthenticationProcessor Constructor Description JwtAuthenticationRoutePolicy(JwtAuthenticationProcessor jwtAuthenticationToSubjectProcessor)JwtAuthenticationRoutePolicyFactory(JwtAuthenticationProcessor processor)
-