Uses of Class
io.camunda.zeebe.auth.impl.JwtAuthorizationDecoder
Packages that use JwtAuthorizationDecoder
-
Uses of JwtAuthorizationDecoder in io.camunda.zeebe.auth.impl
Methods in io.camunda.zeebe.auth.impl that return JwtAuthorizationDecoderModifier and TypeMethodDescriptionstatic JwtAuthorizationDecoderAuthorization.jwtDecoder(String jwtToken) JwtAuthorizationDecoder.withAudience(String audience) Sets the name of a JWT token claim expected to be part of the token.JwtAuthorizationDecoder.withIssuer(String issuer) JwtAuthorizationDecoder.withJwtToken(String token) Sets the JWT token String that should be validated and decoded.JwtAuthorizationDecoder.withSigningAlgorithm(com.auth0.jwt.algorithms.Algorithm signingAlgorithm) JwtAuthorizationDecoder.withSubject(String subject)