| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizerDescription |
AuthorizerDescription.addTokenSigningPublicKeysEntry(String key,
String value)
Add a single TokenSigningPublicKeys entry
|
AuthorizerDescription |
AuthorizerDescription.clearTokenSigningPublicKeysEntries()
Removes all the entries added into TokenSigningPublicKeys.
|
AuthorizerDescription |
AuthorizerDescription.clone() |
AuthorizerDescription |
DescribeAuthorizerResult.getAuthorizerDescription()
The authorizer description.
|
AuthorizerDescription |
DescribeDefaultAuthorizerResult.getAuthorizerDescription()
The default authorizer's description.
|
AuthorizerDescription |
AuthorizerDescription.withAuthorizerArn(String authorizerArn)
The authorizer ARN.
|
AuthorizerDescription |
AuthorizerDescription.withAuthorizerFunctionArn(String authorizerFunctionArn)
The authorizer's Lambda function ARN.
|
AuthorizerDescription |
AuthorizerDescription.withAuthorizerName(String authorizerName)
The authorizer name.
|
AuthorizerDescription |
AuthorizerDescription.withCreationDate(Date creationDate)
The UNIX timestamp of when the authorizer was created.
|
AuthorizerDescription |
AuthorizerDescription.withEnableCachingForHttp(Boolean enableCachingForHttp)
When
true, the result from the authorizer’s Lambda function is cached for the time specified in
refreshAfterInSeconds. |
AuthorizerDescription |
AuthorizerDescription.withLastModifiedDate(Date lastModifiedDate)
The UNIX timestamp of when the authorizer was last updated.
|
AuthorizerDescription |
AuthorizerDescription.withSigningDisabled(Boolean signingDisabled)
Specifies whether IoT validates the token signature in an authorization request.
|
AuthorizerDescription |
AuthorizerDescription.withStatus(AuthorizerStatus status)
The status of the authorizer.
|
AuthorizerDescription |
AuthorizerDescription.withStatus(String status)
The status of the authorizer.
|
AuthorizerDescription |
AuthorizerDescription.withTokenKeyName(String tokenKeyName)
The key used to extract the token from the HTTP headers.
|
AuthorizerDescription |
AuthorizerDescription.withTokenSigningPublicKeys(Map<String,String> tokenSigningPublicKeys)
The public keys used to validate the token signature returned by your custom authentication service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAuthorizerResult.setAuthorizerDescription(AuthorizerDescription authorizerDescription)
The authorizer description.
|
void |
DescribeDefaultAuthorizerResult.setAuthorizerDescription(AuthorizerDescription authorizerDescription)
The default authorizer's description.
|
DescribeAuthorizerResult |
DescribeAuthorizerResult.withAuthorizerDescription(AuthorizerDescription authorizerDescription)
The authorizer description.
|
DescribeDefaultAuthorizerResult |
DescribeDefaultAuthorizerResult.withAuthorizerDescription(AuthorizerDescription authorizerDescription)
The default authorizer's description.
|
Copyright © 2023. All rights reserved.