public class HttpApiV2AuthorizerMap extends HashMap<String,Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpApiV2AuthorizerMap.HttpApiV2AuthorizerDeserializer |
static class |
HttpApiV2AuthorizerMap.HttpApiV2AuthorizerSerializer |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
HttpApiV2AuthorizerMap() |
| Modifier and Type | Method and Description |
|---|---|
HttpApiV2JwtAuthorizer |
getJwtAuthorizer() |
Map<String,Object> |
getLambdaAuthorizerContext() |
boolean |
isJwt() |
boolean |
isLambda() |
void |
putJwtAuthorizer(HttpApiV2JwtAuthorizer jwt) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic HttpApiV2JwtAuthorizer getJwtAuthorizer()
public boolean isJwt()
public boolean isLambda()
public void putJwtAuthorizer(HttpApiV2JwtAuthorizer jwt)
Copyright © 2022. All rights reserved.