Class OpenMetadataSecretsCollection
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.users.SecretsCollection
org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataSecretsCollection
OpenMetadataSecretsCollection extends SecretsCollection with name property.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorOpenMetadataSecretsCollection(String collectionName, SecretsCollection secretsCollection) Copy constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the name that identifies the collection.inthashCode()Hash of propertiesvoidsetCollectionName(String collectionName) Set up the name that identifies the collection.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.users.SecretsCollection
getDescription, getDisplayName, getNamedLists, getRefreshTimeInterval, getSecrets, getSecurityAccessControls, getTokenAPI, getUsers, setDescription, setDisplayName, setNamedLists, setRefreshTimeInterval, setSecrets, setSecurityAccessControls, setTokenAPI, setUsers
-
Constructor Details
-
OpenMetadataSecretsCollection
public OpenMetadataSecretsCollection()Default constructor -
OpenMetadataSecretsCollection
Copy constructor- Parameters:
collectionName- name of the collectionsecretsCollection- super class properties
-
-
Method Details
-
getCollectionName
Return the name that identifies the collection.- Returns:
- string identifier
-
setCollectionName
Set up the name that identifies the collection.- Parameters:
collectionName- string identifier
-
toString
Standard toString method.- Overrides:
toStringin classSecretsCollection- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classSecretsCollection- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Hash of properties- Overrides:
hashCodein classSecretsCollection- Returns:
- int
-