public class AddOrganizationSystemAccountsIdpJson extends BaseJson
Constructor and Description |
---|
AddOrganizationSystemAccountsIdpJson() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Set<String> |
getDomains()
Names of the domain to use
|
Set<String> |
getOrgSystemAccounts()
Names of the system accounts to get or create
|
String |
getPublicKey()
The public key to use
|
SigningAlgorithm |
getSigningAlgorithm() |
void |
setDescription(String description) |
void |
setDomains(Set<String> domains)
Names of the domain to use
|
void |
setOrgSystemAccounts(Set<String> orgSystemAccounts)
Names of the system accounts to get or create
|
void |
setPublicKey(String publicKey)
The public key to use
|
void |
setSigningAlgorithm(SigningAlgorithm signingAlgorithm) |
getObjType, setObjType, toString
public AddOrganizationSystemAccountsIdpJson()
public Set<String> getOrgSystemAccounts()
public void setOrgSystemAccounts(Set<String> orgSystemAccounts)
orgSystemAccounts
- Names of the system accounts to get or createpublic SigningAlgorithm getSigningAlgorithm()
public void setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
public Set<String> getDomains()
public void setDomains(Set<String> domains)
domains
- Names of the domain to usepublic String getDescription()
public void setDescription(String description)
public String getPublicKey()
public void setPublicKey(String publicKey)
publicKey
- The public key to useCopyright © 2019. All rights reserved.