public class JWTAuthenticationHandler extends Object implements AuthenticationHandler
Constructor and Description |
---|
JWTAuthenticationHandler(MockServerLogger mockServerLogger,
String jwkSource) |
Modifier and Type | Method and Description |
---|---|
boolean |
controlPlaneRequestAuthenticated(HttpRequest request) |
JWTAuthenticationHandler |
withExpectedAudience(String expectedAudience) |
JWTAuthenticationHandler |
withMatchingClaims(Map<String,String> matchingClaims) |
JWTAuthenticationHandler |
withRequiredClaims(Set<String> requiredClaims) |
public JWTAuthenticationHandler(MockServerLogger mockServerLogger, String jwkSource)
public JWTAuthenticationHandler withExpectedAudience(String expectedAudience)
public JWTAuthenticationHandler withMatchingClaims(Map<String,String> matchingClaims)
public JWTAuthenticationHandler withRequiredClaims(Set<String> requiredClaims)
public boolean controlPlaneRequestAuthenticated(HttpRequest request)
controlPlaneRequestAuthenticated
in interface AuthenticationHandler
Copyright © 2022. All rights reserved.