| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
JWTOptionsOutput |
JWTOptionsOutput.clone() |
JWTOptionsOutput |
AdvancedSecurityOptions.getJWTOptions()
Container for information about the JWT configuration of the Amazon OpenSearch Service.
|
JWTOptionsOutput |
JWTOptionsOutput.withEnabled(Boolean enabled)
True if JWT use is enabled.
|
JWTOptionsOutput |
JWTOptionsOutput.withPublicKey(String publicKey)
The key used to verify the signature of incoming JWT requests.
|
JWTOptionsOutput |
JWTOptionsOutput.withRolesKey(String rolesKey)
The key used for matching the JWT roles attribute.
|
JWTOptionsOutput |
JWTOptionsOutput.withSubjectKey(String subjectKey)
The key used for matching the JWT subject attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedSecurityOptions.setJWTOptions(JWTOptionsOutput jWTOptions)
Container for information about the JWT configuration of the Amazon OpenSearch Service.
|
AdvancedSecurityOptions |
AdvancedSecurityOptions.withJWTOptions(JWTOptionsOutput jWTOptions)
Container for information about the JWT configuration of the Amazon OpenSearch Service.
|
Copyright © 2024. All rights reserved.