public class PublishedRealmRepresentation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountServiceUrl |
protected int |
notBefore |
protected RSAPublicKey |
publicKey |
protected String |
publicKeyPem |
protected String |
realm |
protected String |
tokenServiceUrl |
| Constructor and Description |
|---|
PublishedRealmRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountServiceUrl() |
int |
getNotBefore() |
RSAPublicKey |
getPublicKey() |
String |
getPublicKeyPem() |
String |
getRealm() |
String |
getTokenServiceUrl() |
void |
setAccountServiceUrl(String accountServiceUrl) |
void |
setNotBefore(int notBefore) |
void |
setPublicKey(RSAPublicKey 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 RSAPublicKey publicKey
public String getRealm()
public void setRealm(String realm)
public String getPublicKeyPem()
public void setPublicKeyPem(String publicKeyPem)
public RSAPublicKey getPublicKey()
public void setPublicKey(RSAPublicKey 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 © 2025. All rights reserved.