public class DeleteIdpSettingsJson extends BaseJson
Constructor and Description |
---|
DeleteIdpSettingsJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getClientIds()
Ids of the associated clients
|
Integer |
getIdentityProviderId()
Id of the identity provider
|
void |
setClientIds(Set<String> clientIds)
Ids of the associated clients
|
void |
setIdentityProviderId(Integer identityProviderId)
Id of the identity provider
|
getObjType, setObjType, toString
public Set<String> getClientIds()
public void setClientIds(Set<String> clientIds)
clientIds
- Ids of the associated clientspublic Integer getIdentityProviderId()
public void setIdentityProviderId(Integer identityProviderId)
identityProviderId
- Id of the identity providerCopyright © 2019. All rights reserved.