Class AddOrganizationSystemAccountsIdpJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.AddOrganizationSystemAccountsIdpJson
- All Implemented Interfaces:
Serializable
public class AddOrganizationSystemAccountsIdpJson extends BaseJson
Add multiple new system accounts.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AddOrganizationSystemAccountsIdpJson()
-
Method Summary
Modifier and Type Method Description String
getDescription()
Set<String>
getDomains()
Names of the domain to useSet<String>
getOrgSystemAccounts()
Names of the system accounts to get or createString
getPublicKey()
The public key to useSigningAlgorithm
getSigningAlgorithm()
void
setDescription(String description)
void
setDomains(Set<String> domains)
Names of the domain to usevoid
setOrgSystemAccounts(Set<String> orgSystemAccounts)
Names of the system accounts to get or createvoid
setPublicKey(String publicKey)
The public key to usevoid
setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AddOrganizationSystemAccountsIdpJson
public AddOrganizationSystemAccountsIdpJson()
-
-
Method Details
-
getOrgSystemAccounts
Names of the system accounts to get or create- Returns:
- Names of the system accounts to get or create
-
setOrgSystemAccounts
Names of the system accounts to get or create- Parameters:
orgSystemAccounts
- Names of the system accounts to get or create
-
getSigningAlgorithm
-
setSigningAlgorithm
-
getDomains
Names of the domain to use- Returns:
- Names of the domain to use
-
setDomains
Names of the domain to use- Parameters:
domains
- Names of the domain to use
-
getDescription
-
setDescription
-
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
-