Package software.amazon.awssdk.http.auth.spi.scheme
-
Interface Summary Interface Description AuthScheme<T extends Identity> An authentication scheme, composed of: A scheme ID - A unique identifier for the authentication scheme. An identity provider - An API that can be queried to acquire the customer's identity. A signer - An API that can be used to sign HTTP requests.AuthSchemeOption An authentication scheme option, composed of the scheme ID and properties for use when resolving the identity and signing the request.AuthSchemeOption.Builder A builder for aAuthSchemeOption.AuthSchemeOption.IdentityPropertyConsumer Interface for operating on anIdentityPropertyvalue.AuthSchemeOption.SignerPropertyConsumer Interface for operating on anSignerPropertyvalue.AuthSchemeProvider A marker interface for an auth scheme provider.