public class IdentityProviderResponse extends Object
| Constructor and Description |
|---|
IdentityProviderResponse() |
public IdentityProviderResponse id(UUID id)
public UUID getId()
public void setId(UUID id)
public IdentityProviderResponse friendlyName(String friendlyName)
public String getFriendlyName()
public void setFriendlyName(String friendlyName)
public IdentityProviderResponse autoProvisionUsers(Boolean autoProvisionUsers)
public Boolean isAutoProvisionUsers()
public void setAutoProvisionUsers(Boolean autoProvisionUsers)
public IdentityProviderResponse type(String type)
public String getType()
public void setType(String type)
public IdentityProviderResponse saml20(Saml2IdentityProviderResponse saml20)
public Saml2IdentityProviderResponse getSaml20()
public void setSaml20(Saml2IdentityProviderResponse saml20)
public IdentityProviderResponse links(List<LinkResponse> links)
public IdentityProviderResponse addLinksItem(LinkResponse linksItem)
public List<LinkResponse> getLinks()
public void setLinks(List<LinkResponse> links)
Copyright © 2021. All rights reserved.