| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected Credential |
Credentials.asbCredential |
protected Credential |
ApplicationInstall.defaultCredential |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Credential> |
Credentials.externalCredential |
protected ItemList<Credential> |
ApplicationInstall.hasCredential |
| Modifier and Type | Method and Description |
|---|---|
Credential |
Credentials.getAsbCredential()
Retrieve the
asb_credential property (displayed as 'Asb Credential') of the object. |
Credential |
ApplicationInstall.getDefaultCredential()
Retrieve the
default_credential property (displayed as 'Default Credential') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Credential> |
Credentials.getExternalCredential()
Retrieve the
external_credential property (displayed as 'External Credential') of the object. |
ItemList<Credential> |
ApplicationInstall.getHasCredential()
Retrieve the
has_credential property (displayed as 'Has Credential') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Credentials.setAsbCredential(Credential asbCredential)
Set the
asb_credential property (displayed as Asb Credential) of the object. |
void |
ApplicationInstall.setDefaultCredential(Credential defaultCredential)
Set the
default_credential property (displayed as Default Credential) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Credentials.setExternalCredential(ItemList<Credential> externalCredential)
Set the
external_credential property (displayed as External Credential) of the object. |
void |
ApplicationInstall.setHasCredential(ItemList<Credential> hasCredential)
Set the
has_credential property (displayed as Has Credential) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.