Class ClientRepresentation

java.lang.Object
org.keycloak.representations.account.ClientRepresentation

public class ClientRepresentation extends Object
Created by st on 29/03/17.
  • Constructor Details

    • ClientRepresentation

      public ClientRepresentation()
  • Method Details

    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getClientName

      public String getClientName()
    • setClientName

      public void setClientName(String clientName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isUserConsentRequired

      public boolean isUserConsentRequired()
    • setUserConsentRequired

      public void setUserConsentRequired(boolean userConsentRequired)
    • isInUse

      public boolean isInUse()
    • setInUse

      public void setInUse(boolean inUse)
    • isOfflineAccess

      public boolean isOfflineAccess()
    • setOfflineAccess

      public void setOfflineAccess(boolean offlineAccess)
    • getRootUrl

      public String getRootUrl()
    • setRootUrl

      public void setRootUrl(String rootUrl)
    • getBaseUrl

      public String getBaseUrl()
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
    • getEffectiveUrl

      public String getEffectiveUrl()
    • setEffectiveUrl

      public void setEffectiveUrl(String effectiveUrl)
    • getConsent

      public ConsentRepresentation getConsent()
    • setConsent

      public void setConsent(ConsentRepresentation consent)
    • getLogoUri

      public String getLogoUri()
    • setLogoUri

      public void setLogoUri(String logoUri)
    • getPolicyUri

      public String getPolicyUri()
    • setPolicyUri

      public void setPolicyUri(String policyUri)
    • getTosUri

      public String getTosUri()
    • setTosUri

      public void setTosUri(String tosUri)