| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
JWTOptionsInput |
JWTOptionsInput.clone() |
JWTOptionsInput |
AdvancedSecurityOptionsInput.getJWTOptions()
Container for information about the JWT configuration of the Amazon OpenSearch Service.
|
JWTOptionsInput |
JWTOptionsInput.withEnabled(Boolean enabled)
True to enable JWT authentication and authorization for a domain.
|
JWTOptionsInput |
JWTOptionsInput.withPublicKey(String publicKey)
Element of the JWT assertion used by the cluster to verify JWT signatures.
|
JWTOptionsInput |
JWTOptionsInput.withRolesKey(String rolesKey)
Element of the JWT assertion to use for roles.
|
JWTOptionsInput |
JWTOptionsInput.withSubjectKey(String subjectKey)
Element of the JWT assertion to use for the user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedSecurityOptionsInput.setJWTOptions(JWTOptionsInput jWTOptions)
Container for information about the JWT configuration of the Amazon OpenSearch Service.
|
AdvancedSecurityOptionsInput |
AdvancedSecurityOptionsInput.withJWTOptions(JWTOptionsInput jWTOptions)
Container for information about the JWT configuration of the Amazon OpenSearch Service.
|
Copyright © 2024. All rights reserved.