Class EditOrganizationSystemAccountsIdpJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
EditOrganizationSystemAccountsIdpJson
public EditOrganizationSystemAccountsIdpJson()
-
-
Method Details
-
getOrgSystemAccounts
List of system account to use- Returns:
- List of system account to use
-
setOrgSystemAccounts
List of system account to use- Parameters:
orgSystemAccounts
- List of system account to use
-
getSigningAlgorithm
-
setSigningAlgorithm
-
getDescription
The description- Returns:
- The description
-
setDescription
The description- Parameters:
description
- The description
-
getDomains
List of domains- Returns:
- List of domains
-
setDomains
List of domains- Parameters:
domains
- List of domains
-
getPublicKey
The public key to use- Returns:
- The public key to use
-
setPublicKey
The public key to use- Parameters:
publicKey
- The public key to use
-
isUpdateDomainsAndOrgSystemAccounts
public boolean isUpdateDomainsAndOrgSystemAccounts() -
setUpdateDomainsAndOrgSystemAccounts
public void setUpdateDomainsAndOrgSystemAccounts(boolean updateDomainsAndOrgSystemAccounts) -
getIdentityProviderId
The provider id- Returns:
- The provider id
-
setIdentityProviderId
The provider id- Parameters:
identityProviderId
- The provider id
-