Class EditOrganizationSystemAccountsIdpJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.EditOrganizationSystemAccountsIdpJson
-
- All Implemented Interfaces:
Serializable
public class EditOrganizationSystemAccountsIdpJson extends BaseJson
Organizational system accounts to be updated- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditOrganizationSystemAccountsIdpJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
The descriptionSet<String>
getDomains()
List of domainsInteger
getIdentityProviderId()
The provider idSet<String>
getOrgSystemAccounts()
List of system account to useString
getPublicKey()
The public key to useSigningAlgorithm
getSigningAlgorithm()
boolean
isUpdateDomainsAndOrgSystemAccounts()
void
setDescription(String description)
The descriptionvoid
setDomains(Set<String> domains)
List of domainsvoid
setIdentityProviderId(Integer identityProviderId)
The provider idvoid
setOrgSystemAccounts(Set<String> orgSystemAccounts)
List of system account to usevoid
setPublicKey(String publicKey)
The public key to usevoid
setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
void
setUpdateDomainsAndOrgSystemAccounts(boolean updateDomainsAndOrgSystemAccounts)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getOrgSystemAccounts
public Set<String> getOrgSystemAccounts()
List of system account to use- Returns:
- List of system account to use
-
setOrgSystemAccounts
public void setOrgSystemAccounts(Set<String> orgSystemAccounts)
List of system account to use- Parameters:
orgSystemAccounts
- List of system account to use
-
getSigningAlgorithm
public SigningAlgorithm getSigningAlgorithm()
-
setSigningAlgorithm
public void setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
-
setDomains
public void setDomains(Set<String> domains)
List of domains- Parameters:
domains
- List of domains
-
getDescription
public String getDescription()
The description- Returns:
- The description
-
setDescription
public void setDescription(String description)
The description- Parameters:
description
- The description
-
getPublicKey
public String getPublicKey()
The public key to use- Returns:
- The public key to use
-
setPublicKey
public void setPublicKey(String publicKey)
The public key to use- Parameters:
publicKey
- The public key to use
-
isUpdateDomainsAndOrgSystemAccounts
public boolean isUpdateDomainsAndOrgSystemAccounts()
-
setUpdateDomainsAndOrgSystemAccounts
public void setUpdateDomainsAndOrgSystemAccounts(boolean updateDomainsAndOrgSystemAccounts)
-
getIdentityProviderId
public Integer getIdentityProviderId()
The provider id- Returns:
- The provider id
-
setIdentityProviderId
public void setIdentityProviderId(Integer identityProviderId)
The provider id- Parameters:
identityProviderId
- The provider id
-
-