public class PublishedRealmRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
accountServiceUrl |
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() |
int |
getNotBefore() |
PublicKey |
getPublicKey() |
String |
getPublicKeyPem() |
String |
getRealm() |
String |
getTokenServiceUrl() |
void |
setAccountServiceUrl(String accountServiceUrl) |
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 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 int getNotBefore()
public void setNotBefore(int notBefore)
Copyright © 2021 JBoss by Red Hat. All rights reserved.