Class SecretsCollectionRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.SecretsCollectionRequestBody
SecretsCollectionRequestBody passes information to set up a client side secret with the security connector to support a coll to a third party, typically from an integration connector.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare objectsReturn the user account.inthashCode()Simple hash for the objectvoidsetSecretsCollection(OpenMetadataSecretsCollection secretsCollection) Set up the user account.toString()JSON-style toString
-
Constructor Details
-
SecretsCollectionRequestBody
public SecretsCollectionRequestBody()Default constructor -
SecretsCollectionRequestBody
Copy/clone constructor- Parameters:
template- source
-
-
Method Details
-
getSecretsCollection
Return the user account.- Returns:
- user account
-
setSecretsCollection
Set up the user account.- Parameters:
secretsCollection- user account
-
toString
JSON-style toString -
equals
Compare objects -
hashCode
public int hashCode()Simple hash for the object
-