Package org.keycloak.representations.idm
Class PublishedRealmRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.PublishedRealmRepresentation
 
- 
 public class PublishedRealmRepresentation extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected StringaccountServiceUrlprotected intnotBeforeprotected PublicKeypublicKeyprotected StringpublicKeyPemprotected Stringrealmprotected StringtokenServiceUrl
 - 
Constructor SummaryConstructors Constructor Description PublishedRealmRepresentation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountServiceUrl()intgetNotBefore()PublicKeygetPublicKey()StringgetPublicKeyPem()StringgetRealm()StringgetTokenServiceUrl()voidsetAccountServiceUrl(String accountServiceUrl)voidsetNotBefore(int notBefore)voidsetPublicKey(PublicKey publicKey)voidsetPublicKeyPem(String publicKeyPem)voidsetRealm(String realm)voidsetTokenServiceUrl(String tokenServiceUrl)
 
- 
- 
- 
Method Detail- 
getRealmpublic String getRealm() 
 - 
setRealmpublic void setRealm(String realm) 
 - 
getPublicKeyPempublic String getPublicKeyPem() 
 - 
setPublicKeyPempublic void setPublicKeyPem(String publicKeyPem) 
 - 
getPublicKeypublic PublicKey getPublicKey() 
 - 
setPublicKeypublic void setPublicKey(PublicKey publicKey) 
 - 
getTokenServiceUrlpublic String getTokenServiceUrl() 
 - 
setTokenServiceUrlpublic void setTokenServiceUrl(String tokenServiceUrl) 
 - 
getAccountServiceUrlpublic String getAccountServiceUrl() 
 - 
setAccountServiceUrlpublic void setAccountServiceUrl(String accountServiceUrl) 
 - 
getNotBeforepublic int getNotBefore() 
 - 
setNotBeforepublic void setNotBefore(int notBefore) 
 
- 
 
-