Package software.amazon.smithy.openapi.fromsmithy.security
-
Class Summary Class Description AwsV4Converter Adds AWS signature version in a way that"s compatible with AWS API Gateway.HttpApiKeyAuthConverter Uses an HTTP header named X-Api-Key that contains an API key.HttpBasicConverter Applies Basic HTTP auth.HttpBearerConverter Uses the Bearer scheme of the Authentication header.HttpDigestConverter Applies Digest HTTP auth.