Index
All Classes and Interfaces|All Packages
E
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsCollection
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsStore
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Compare the values of the supplied object with those stored in the current object.
G
- getContentType() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Return the content type for the API.
- getHttpRequestType() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Return the HTTP request type for the Token API: GET, POST etc
- getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.ffdc.YAMLAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.ffdc.YAMLAuditCode
-
Retrieve a message definition object for logging.
- getRefreshTimeInterval() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsCollection
- getRefreshTimeInterval() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsStoreConnector
-
Retrieve the refresh time from the secrets store.
- getRequestBody() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Return the request body properties to use when issuing a REST call to get a token.
- getSecret(String) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsStoreConnector
-
Retrieve a secret from the secrets store.
- getSecrets() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsCollection
-
Return the list of secrets.
- getSecretsCollections() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsStore
-
Return the map of secrets collections.
- getTokenAPI() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsCollection
-
Return details of a token API associated with the secrets collection.
- getURL() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Return the URL to use when issuing a REST call to get a token.
H
- hashCode() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsCollection
-
Hash of properties
- hashCode() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsStore
-
Hash of properties
- hashCode() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Hash of properties
O
- org.odpi.openmetadata.adapters.connectors.secretsstore.yaml - package org.odpi.openmetadata.adapters.connectors.secretsstore.yaml
-
The YAML Secrets Store Connector retrieves secrets from a structured YAML file.
- org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.ffdc - package org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.ffdc
- org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore - package org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore
-
Beans to help the developers of secret store connectors.
S
- SecretsCollection - Class in org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore
-
SecretsCollection stores a collection or properties that are used to connect to a particular digital resource.
- SecretsCollection() - Constructor for class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsCollection
-
Default constructor
- SecretsStore - Class in org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore
-
A SecretsStore holds a set of named secrets collections.
- SecretsStore() - Constructor for class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsStore
-
Default constructor
- setContentType(String) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Set up the content type for the API - default is "application/json"
- setHttpRequestType(String) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Set up the HTTP request type for the Token API: GET, POST etc
- setRefreshTimeInterval(long) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsCollection
- setRequestBody(Map<String, Object>) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Set up the request body properties to use when issuing a REST call to get a token.
- setSecrets(Map<String, String>) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsCollection
-
Set up the in memory version of the secrets collection.
- setSecretsCollections(Map<String, SecretsCollection>) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsStore
-
Set up a new secrets collection map.
- setTokenAPI(TokenAPI) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsCollection
-
Set up the token API for this secrets collection.
- setURL(String) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Set up the URL to use when issuing a REST call to get a token.
- start() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsStoreConnector
-
Indicates that the connector is completely configured and can begin processing.
T
- TokenAPI - Class in org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore
-
Describes a REST API to acquire a token
- TokenAPI() - Constructor for class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Default constructor
- toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.ffdc.YAMLAuditCode
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsCollection
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsStore
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.TokenAPI
-
Standard toString method.
U
- UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.ffdc.YAMLAuditCode
-
YAML-SECRETS-STORE-CONNECTOR-0001 - The secrets store connector {0} received an unexpected {1} exception during method {2}; the error message was: {3}
V
- valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.ffdc.YAMLAuditCode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.ffdc.YAMLAuditCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
Y
- YAMLAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.ffdc
-
The YAMLAuditCode is used to define the message content for the OMRS Audit Log.
- YAMLSecretsStoreConnector - Class in org.odpi.openmetadata.adapters.connectors.secretsstore.yaml
-
YAMLSecretsStoreConnector retrieves secrets from environment variables.
- YAMLSecretsStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsStoreConnector
- YAMLSecretsStoreProvider - Class in org.odpi.openmetadata.adapters.connectors.secretsstore.yaml
-
YAMLSecretsStoreProvider is the connector provider for the Apache Atlas integration connector that publishes glossary terms to Apache Atlas.
- YAMLSecretsStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsStoreProvider
-
Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
All Classes and Interfaces|All Packages