public class EditOrganizationSystemAccountsIdpJson extends BaseJson
Constructor and Description |
---|
EditOrganizationSystemAccountsIdpJson() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description
|
Set<String> |
getDomains()
List of domains
|
Integer |
getIdentityProviderId()
The provider id
|
Set<String> |
getOrgSystemAccounts()
List of system account to use
|
String |
getPublicKey()
The public key to use
|
SigningAlgorithm |
getSigningAlgorithm() |
boolean |
isUpdateDomainsAndOrgSystemAccounts() |
void |
setDescription(String description)
The description
|
void |
setDomains(Set<String> domains)
List of domains
|
void |
setIdentityProviderId(Integer identityProviderId)
The provider id
|
void |
setOrgSystemAccounts(Set<String> orgSystemAccounts)
List of system account to use
|
void |
setPublicKey(String publicKey)
The public key to use
|
void |
setSigningAlgorithm(SigningAlgorithm signingAlgorithm) |
void |
setUpdateDomainsAndOrgSystemAccounts(boolean updateDomainsAndOrgSystemAccounts) |
getObjType, setObjType, toString
public EditOrganizationSystemAccountsIdpJson()
public Set<String> getOrgSystemAccounts()
public void setOrgSystemAccounts(Set<String> orgSystemAccounts)
orgSystemAccounts
- List of system account to usepublic SigningAlgorithm getSigningAlgorithm()
public void setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
public String getDescription()
public void setDescription(String description)
description
- The descriptionpublic void setDomains(Set<String> domains)
domains
- List of domainspublic String getPublicKey()
public void setPublicKey(String publicKey)
publicKey
- The public key to usepublic boolean isUpdateDomainsAndOrgSystemAccounts()
public void setUpdateDomainsAndOrgSystemAccounts(boolean updateDomainsAndOrgSystemAccounts)
public Integer getIdentityProviderId()
public void setIdentityProviderId(Integer identityProviderId)
identityProviderId
- The provider idCopyright © 2019. All rights reserved.