Uses of Class
org.mockserver.model.Jwt
Packages that use Jwt
Package
Description
-
Uses of Jwt in org.mockserver.model
Methods in org.mockserver.model that return JwtModifier and TypeMethodDescriptionJwt.clone()HttpRequest.getJwt()The expectation criteria for matching a JSON Web Token (JWT) carried in a request header (defaultauthorization).static JwtJwt.jwt()Jwt.withAlgorithm(String algorithm) Jwt.withAlgorithm(NottableString algorithm) Jwt.withAudience(String audience) Jwt.withAudience(NottableString audience) Add a single claim-value criterion.Jwt.withClaim(String name, NottableString value) Jwt.withClaims(Map<String, NottableString> claims) Jwt.withHeader(String header) The name of the request header carrying the JWT (defaultauthorization).Jwt.withIssuer(String issuer) Jwt.withIssuer(NottableString issuer) Jwt.withScheme(String scheme) The authentication scheme prefix stripped from the header value before decoding (defaultBearer).Methods in org.mockserver.model with parameters of type JwtModifier and TypeMethodDescriptionMatch only requests carrying a JWT (in the header named by the criteria, defaultauthorization) whose claims / issuer / audience / algorithm match the given criteria. -
Uses of Jwt in org.mockserver.serialization.deserializers.jwt
Methods in org.mockserver.serialization.deserializers.jwt that return JwtModifier and TypeMethodDescriptionJwtDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of Jwt in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return JwtMethods in org.mockserver.serialization.model with parameters of type Jwt -
Uses of Jwt in org.mockserver.serialization.serializers.jwt
Methods in org.mockserver.serialization.serializers.jwt with parameters of type Jwt