public class CredentialDetails extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
CredentialDetails.CredentialType
The authentication method for this credentials definition.
|
Constructor and Description |
---|
CredentialDetails() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientId()
Gets the clientId.
|
java.lang.String |
getClientSecret()
Gets the clientSecret.
|
java.lang.String |
getCredentialType()
Gets the credentialType.
|
java.lang.String |
getEnterpriseId()
Gets the enterpriseId.
|
java.lang.String |
getOrganizationUrl()
Gets the organizationUrl.
|
java.lang.String |
getPassphrase()
Gets the passphrase.
|
java.lang.String |
getPassword()
Gets the password.
|
java.lang.String |
getPrivateKey()
Gets the privateKey.
|
java.lang.String |
getPublicKeyId()
Gets the publicKeyId.
|
java.lang.String |
getSiteCollectionPath()
Gets the siteCollectionPath.
|
java.lang.String |
getUrl()
Gets the url.
|
java.lang.String |
getUsername()
Gets the username.
|
void |
setClientId(java.lang.String clientId)
Sets the clientId.
|
void |
setClientSecret(java.lang.String clientSecret)
Sets the clientSecret.
|
void |
setCredentialType(java.lang.String credentialType)
Sets the credentialType.
|
void |
setEnterpriseId(java.lang.String enterpriseId)
Sets the enterpriseId.
|
void |
setOrganizationUrl(java.lang.String organizationUrl)
Sets the organizationUrl.
|
void |
setPassphrase(java.lang.String passphrase)
Sets the passphrase.
|
void |
setPassword(java.lang.String password)
Sets the password.
|
void |
setPrivateKey(java.lang.String privateKey)
Sets the privateKey.
|
void |
setPublicKeyId(java.lang.String publicKeyId)
Sets the publicKeyId.
|
void |
setSiteCollectionPath(java.lang.String siteCollectionPath)
Sets the siteCollectionPath.
|
void |
setUrl(java.lang.String url)
Sets the url.
|
void |
setUsername(java.lang.String username)
Sets the username.
|
equals, hashCode, toString
public java.lang.String getCredentialType()
public java.lang.String getClientId()
public java.lang.String getEnterpriseId()
public java.lang.String getUrl()
public java.lang.String getUsername()
public java.lang.String getOrganizationUrl()
public java.lang.String getSiteCollectionPath()
public java.lang.String getClientSecret()
public java.lang.String getPublicKeyId()
public java.lang.String getPrivateKey()
public java.lang.String getPassphrase()
public java.lang.String getPassword()
public void setCredentialType(java.lang.String credentialType)
credentialType
- the new credentialTypepublic void setClientId(java.lang.String clientId)
clientId
- the new clientIdpublic void setEnterpriseId(java.lang.String enterpriseId)
enterpriseId
- the new enterpriseIdpublic void setUrl(java.lang.String url)
url
- the new urlpublic void setUsername(java.lang.String username)
username
- the new usernamepublic void setOrganizationUrl(java.lang.String organizationUrl)
organizationUrl
- the new organizationUrlpublic void setSiteCollectionPath(java.lang.String siteCollectionPath)
siteCollectionPath
- the new siteCollectionPathpublic void setClientSecret(java.lang.String clientSecret)
clientSecret
- the new clientSecretpublic void setPublicKeyId(java.lang.String publicKeyId)
publicKeyId
- the new publicKeyIdpublic void setPrivateKey(java.lang.String privateKey)
privateKey
- the new privateKeypublic void setPassphrase(java.lang.String passphrase)
passphrase
- the new passphrasepublic void setPassword(java.lang.String password)
password
- the new password