public class PublishedRealmRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
authorizationUrl |
protected String |
codeUrl |
protected String |
grantUrl |
protected PublicKey |
publicKey |
protected String |
publicKeyPem |
protected String |
realm |
protected String |
self |
Constructor and Description |
---|
PublishedRealmRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizationUrl() |
String |
getCodeUrl() |
String |
getGrantUrl() |
PublicKey |
getPublicKey() |
String |
getPublicKeyPem() |
String |
getRealm() |
String |
getSelf() |
void |
setAuthorizationUrl(String authorizationUrl) |
void |
setCodeUrl(String codeUrl) |
void |
setGrantUrl(String grantUrl) |
void |
setPublicKey(PublicKey publicKey) |
void |
setPublicKeyPem(String publicKeyPem) |
void |
setRealm(String realm) |
void |
setSelf(String self) |
protected String realm
protected String self
protected String publicKeyPem
protected String authorizationUrl
protected String codeUrl
protected String grantUrl
protected transient volatile PublicKey publicKey
public String getRealm()
public void setRealm(String realm)
public String getSelf()
public void setSelf(String self)
public String getPublicKeyPem()
public void setPublicKeyPem(String publicKeyPem)
public PublicKey getPublicKey()
public void setPublicKey(PublicKey publicKey)
public String getAuthorizationUrl()
public void setAuthorizationUrl(String authorizationUrl)
public String getCodeUrl()
public void setCodeUrl(String codeUrl)
public String getGrantUrl()
public void setGrantUrl(String grantUrl)
Copyright © 2013. All Rights Reserved.