Class PublishedRealmRepresentation

java.lang.Object
org.keycloak.representations.idm.PublishedRealmRepresentation

public class PublishedRealmRepresentation extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • realm

      protected String realm
    • publicKeyPem

      protected String publicKeyPem
    • tokenServiceUrl

      protected String tokenServiceUrl
    • accountServiceUrl

      protected String accountServiceUrl
    • notBefore

      protected int notBefore
    • publicKey

      protected transient volatile PublicKey publicKey
  • Constructor Details

    • PublishedRealmRepresentation

      public PublishedRealmRepresentation()
  • Method Details

    • getRealm

      public String getRealm()
    • setRealm

      public void setRealm(String realm)
    • getPublicKeyPem

      public String getPublicKeyPem()
    • setPublicKeyPem

      public void setPublicKeyPem(String publicKeyPem)
    • getPublicKey

      public PublicKey getPublicKey()
    • setPublicKey

      public void setPublicKey(PublicKey publicKey)
    • getTokenServiceUrl

      public String getTokenServiceUrl()
    • setTokenServiceUrl

      public void setTokenServiceUrl(String tokenServiceUrl)
    • getAccountServiceUrl

      public String getAccountServiceUrl()
    • setAccountServiceUrl

      public void setAccountServiceUrl(String accountServiceUrl)
    • getNotBefore

      public int getNotBefore()
    • setNotBefore

      public void setNotBefore(int notBefore)