public interface JwtClaimVerifiersBuilder
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends JwtClaimVerifier> |
build(CanonicalHttpRequest request)
Encapsulate the building of requirements that we place upon JWTs in incoming requests.
|
Map<String,? extends JwtClaimVerifier> build(CanonicalHttpRequest request) throws UnsupportedEncodingException, NoSuchAlgorithmException
request - incoming requestMap of claim name to verifier for claims upon which we place requirementsUnsupportedEncodingException - if URLEncoder cannot encode the request's charactersNoSuchAlgorithmException - if the hashing algorithm does not exist at runtimeCopyright © 2023 Atlassian. All rights reserved.