public class CredentialDetails extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
CredentialDetails.CredentialType
The authentication method for this credentials definition.
|
static interface |
CredentialDetails.SourceVersion
The type of Sharepoint repository to connect to.
|
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 |
getDomain()
Gets the domain.
|
java.lang.String |
getEnterpriseId()
Gets the enterpriseId.
|
java.lang.String |
getGatewayId()
Gets the gatewayId.
|
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 |
getSourceVersion()
Gets the sourceVersion.
|
java.lang.String |
getUrl()
Gets the url.
|
java.lang.String |
getUsername()
Gets the username.
|
java.lang.String |
getWebApplicationUrl()
Gets the webApplicationUrl.
|
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 |
setDomain(java.lang.String domain)
Sets the domain.
|
void |
setEnterpriseId(java.lang.String enterpriseId)
Sets the enterpriseId.
|
void |
setGatewayId(java.lang.String gatewayId)
Sets the gatewayId.
|
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 |
setSourceVersion(java.lang.String sourceVersion)
Sets the sourceVersion.
|
void |
setUrl(java.lang.String url)
Sets the url.
|
void |
setUsername(java.lang.String username)
Sets the username.
|
void |
setWebApplicationUrl(java.lang.String webApplicationUrl)
Sets the webApplicationUrl.
|
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 java.lang.String getGatewayId()
public java.lang.String getSourceVersion()
public java.lang.String getWebApplicationUrl()
public java.lang.String getDomain()
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 passwordpublic void setGatewayId(java.lang.String gatewayId)
gatewayId
- the new gatewayIdpublic void setSourceVersion(java.lang.String sourceVersion)
sourceVersion
- the new sourceVersionpublic void setWebApplicationUrl(java.lang.String webApplicationUrl)
webApplicationUrl
- the new webApplicationUrlpublic void setDomain(java.lang.String domain)
domain
- the new domain