public class PublishedRealmRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
accountServiceUrl |
protected String |
adminApiUrl |
protected int |
notBefore |
protected PublicKey |
publicKey |
protected String |
publicKeyPem |
protected String |
realm |
protected String |
tokenServiceUrl |
Constructor and Description |
---|
PublishedRealmRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountServiceUrl() |
String |
getAdminApiUrl() |
int |
getNotBefore() |
PublicKey |
getPublicKey() |
String |
getPublicKeyPem() |
String |
getRealm() |
String |
getTokenServiceUrl() |
void |
setAccountServiceUrl(String accountServiceUrl) |
void |
setAdminApiUrl(String adminApiUrl) |
void |
setNotBefore(int notBefore) |
void |
setPublicKey(PublicKey publicKey) |
void |
setPublicKeyPem(String publicKeyPem) |
void |
setRealm(String realm) |
void |
setTokenServiceUrl(String tokenServiceUrl) |
protected String realm
protected String publicKeyPem
protected String tokenServiceUrl
protected String accountServiceUrl
protected String adminApiUrl
protected int notBefore
protected transient volatile PublicKey publicKey
public String getRealm()
public void setRealm(String realm)
public String getPublicKeyPem()
public void setPublicKeyPem(String publicKeyPem)
public PublicKey getPublicKey()
public void setPublicKey(PublicKey publicKey)
public String getTokenServiceUrl()
public void setTokenServiceUrl(String tokenServiceUrl)
public String getAccountServiceUrl()
public void setAccountServiceUrl(String accountServiceUrl)
public String getAdminApiUrl()
public void setAdminApiUrl(String adminApiUrl)
public int getNotBefore()
public void setNotBefore(int notBefore)
Copyright © 2016 JBoss by Red Hat. All rights reserved.