| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<TestInvokeAuthorizerResult> |
AWSIotAsyncClient.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
Future<TestInvokeAuthorizerResult> |
AbstractAWSIotAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest request,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler) |
Future<TestInvokeAuthorizerResult> |
AWSIotAsync.testInvokeAuthorizerAsync(TestInvokeAuthorizerRequest testInvokeAuthorizerRequest,
AsyncHandler<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResult> asyncHandler)
Tests a custom authorization behavior by invoking a specified custom authorizer.
|
| Modifier and Type | Method and Description |
|---|---|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.clone() |
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withAuthorizerName(String authorizerName)
The custom authorizer name.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withHttpContext(HttpContext httpContext)
Specifies a test HTTP authorization request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withMqttContext(MqttContext mqttContext)
Specifies a test MQTT authorization request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withTlsContext(TlsContext tlsContext)
Specifies a test TLS authorization request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withToken(String token)
The token returned by your custom authentication service.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withTokenSignature(String tokenSignature)
The signature made with the token and your custom authentication service's private key.
|
Copyright © 2023. All rights reserved.