Class SecretsStore
java.lang.Object
org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.secretsstore.SecretsStore
A SecretsStore holds a set of named secrets collections.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the map of secrets collections.inthashCode()Hash of propertiesvoidsetSecretsCollections(Map<String, SecretsCollection> secretsCollections) Set up a new secrets collection map.toString()Standard toString method.
-
Constructor Details
-
SecretsStore
public SecretsStore()Default constructor
-
-
Method Details
-
getSecretsCollections
Return the map of secrets collections.- Returns:
- map
-
setSecretsCollections
Set up a new secrets collection map.- Parameters:
secretsCollections- map
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Hash of properties
-