public class Credential extends Reference
credential asset type in IGC, displayed as 'Credential' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationInstall |
defaultForApplicationInstall |
protected ApplicationInstall |
forApplicationInstall |
protected Credentials |
ofUserCredentials |
protected String |
password |
protected Credentials |
usedByUserCredentials |
protected String |
username |
| Constructor and Description |
|---|
Credential() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInstall |
getDefaultForApplicationInstall()
Retrieve the
default_for_application_install property (displayed as 'Default For Application Install') of the object. |
ApplicationInstall |
getForApplicationInstall()
Retrieve the
for_application_install property (displayed as 'For Application Install') of the object. |
Credentials |
getOfUserCredentials()
Retrieve the
of_user_credentials property (displayed as 'Of User Credentials') of the object. |
String |
getPassword()
Retrieve the
password property (displayed as 'Password') of the object. |
Credentials |
getUsedByUserCredentials()
Retrieve the
used_by_user_credentials property (displayed as 'Used By User Credentials') of the object. |
String |
getUsername()
Retrieve the
username property (displayed as 'Username') of the object. |
void |
setDefaultForApplicationInstall(ApplicationInstall defaultForApplicationInstall)
Set the
default_for_application_install property (displayed as Default For Application Install) of the object. |
void |
setForApplicationInstall(ApplicationInstall forApplicationInstall)
Set the
for_application_install property (displayed as For Application Install) of the object. |
void |
setOfUserCredentials(Credentials ofUserCredentials)
Set the
of_user_credentials property (displayed as Of User Credentials) of the object. |
void |
setPassword(String password)
Set the
password property (displayed as Password) of the object. |
void |
setUsedByUserCredentials(Credentials usedByUserCredentials)
Set the
used_by_user_credentials property (displayed as Used By User Credentials) of the object. |
void |
setUsername(String username)
Set the
username property (displayed as Username) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected ApplicationInstall defaultForApplicationInstall
protected ApplicationInstall forApplicationInstall
protected Credentials ofUserCredentials
protected String password
protected Credentials usedByUserCredentials
protected String username
public ApplicationInstall getDefaultForApplicationInstall()
default_for_application_install property (displayed as 'Default For Application Install') of the object.ApplicationInstallpublic void setDefaultForApplicationInstall(ApplicationInstall defaultForApplicationInstall)
default_for_application_install property (displayed as Default For Application Install) of the object.defaultForApplicationInstall - the value to setpublic ApplicationInstall getForApplicationInstall()
for_application_install property (displayed as 'For Application Install') of the object.ApplicationInstallpublic void setForApplicationInstall(ApplicationInstall forApplicationInstall)
for_application_install property (displayed as For Application Install) of the object.forApplicationInstall - the value to setpublic Credentials getOfUserCredentials()
of_user_credentials property (displayed as 'Of User Credentials') of the object.Credentialspublic void setOfUserCredentials(Credentials ofUserCredentials)
of_user_credentials property (displayed as Of User Credentials) of the object.ofUserCredentials - the value to setpublic String getPassword()
password property (displayed as 'Password') of the object.Stringpublic void setPassword(String password)
password property (displayed as Password) of the object.password - the value to setpublic Credentials getUsedByUserCredentials()
used_by_user_credentials property (displayed as 'Used By User Credentials') of the object.Credentialspublic void setUsedByUserCredentials(Credentials usedByUserCredentials)
used_by_user_credentials property (displayed as Used By User Credentials) of the object.usedByUserCredentials - the value to setpublic String getUsername()
username property (displayed as 'Username') of the object.Stringpublic void setUsername(String username)
username property (displayed as Username) of the object.username - the value to setCopyright © 2018–2021 ODPi. All rights reserved.