public class RelyingParty extends Object
Constructor and Description |
---|
RelyingParty() |
RelyingParty(JsonObject json) |
RelyingParty(RelyingParty other) |
Modifier and Type | Method and Description |
---|---|
String |
getIcon() |
String |
getId() |
String |
getName() |
RelyingParty |
setIcon(String icon) |
RelyingParty |
setId(String id) |
RelyingParty |
setName(String name) |
JsonObject |
toJson() |
String |
toString() |
public RelyingParty()
public RelyingParty(JsonObject json)
public RelyingParty(RelyingParty other)
public String getId()
public RelyingParty setId(String id)
public String getName()
public RelyingParty setName(String name)
public String getIcon()
public RelyingParty setIcon(String icon)
public JsonObject toJson()
Copyright © 2021 Eclipse. All rights reserved.