Class SecretsStore
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.users.SecretsStore
A SecretsStore holds a set of named collections each holding the secrets needed to either describe a user
(used to authenticate that user and define the resources they have access to) or create the necessary
authentication information to connect to a remote system.
-
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
-