Class ClientTemplateRepresentation

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

@Deprecated public class ClientTemplateRepresentation extends Object
Deprecated.
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • NONE

      public static final String NONE
      Deprecated.
      Use this value in ClientRepresentation.setClientTemplate when you want to clear this value
      See Also:
    • id

      protected String id
      Deprecated.
    • name

      protected String name
      Deprecated.
    • description

      protected String description
      Deprecated.
    • protocol

      protected String protocol
      Deprecated.
    • fullScopeAllowed

      protected Boolean fullScopeAllowed
      Deprecated.
    • bearerOnly

      protected Boolean bearerOnly
      Deprecated.
    • consentRequired

      protected Boolean consentRequired
      Deprecated.
    • standardFlowEnabled

      protected Boolean standardFlowEnabled
      Deprecated.
    • implicitFlowEnabled

      protected Boolean implicitFlowEnabled
      Deprecated.
    • directAccessGrantsEnabled

      protected Boolean directAccessGrantsEnabled
      Deprecated.
    • serviceAccountsEnabled

      protected Boolean serviceAccountsEnabled
      Deprecated.
    • publicClient

      protected Boolean publicClient
      Deprecated.
    • frontchannelLogout

      protected Boolean frontchannelLogout
      Deprecated.
    • attributes

      protected Map<String,String> attributes
      Deprecated.
    • protocolMappers

      protected List<ProtocolMapperRepresentation> protocolMappers
      Deprecated.
  • Constructor Details

    • ClientTemplateRepresentation

      public ClientTemplateRepresentation()
      Deprecated.
  • Method Details

    • getId

      public String getId()
      Deprecated.
    • setId

      public void setId(String id)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • getProtocolMappers

      public List<ProtocolMapperRepresentation> getProtocolMappers()
      Deprecated.
    • setProtocolMappers

      public void setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
      Deprecated.
    • getProtocol

      public String getProtocol()
      Deprecated.
    • setProtocol

      public void setProtocol(String protocol)
      Deprecated.
    • isFullScopeAllowed

      public Boolean isFullScopeAllowed()
      Deprecated.
    • setFullScopeAllowed

      public void setFullScopeAllowed(Boolean fullScopeAllowed)
      Deprecated.
    • isBearerOnly

      public Boolean isBearerOnly()
      Deprecated.
    • setBearerOnly

      public void setBearerOnly(Boolean bearerOnly)
      Deprecated.
    • isConsentRequired

      public Boolean isConsentRequired()
      Deprecated.
    • setConsentRequired

      public void setConsentRequired(Boolean consentRequired)
      Deprecated.
    • isStandardFlowEnabled

      public Boolean isStandardFlowEnabled()
      Deprecated.
    • setStandardFlowEnabled

      public void setStandardFlowEnabled(Boolean standardFlowEnabled)
      Deprecated.
    • isImplicitFlowEnabled

      public Boolean isImplicitFlowEnabled()
      Deprecated.
    • setImplicitFlowEnabled

      public void setImplicitFlowEnabled(Boolean implicitFlowEnabled)
      Deprecated.
    • isDirectAccessGrantsEnabled

      public Boolean isDirectAccessGrantsEnabled()
      Deprecated.
    • setDirectAccessGrantsEnabled

      public void setDirectAccessGrantsEnabled(Boolean directAccessGrantsEnabled)
      Deprecated.
    • isServiceAccountsEnabled

      public Boolean isServiceAccountsEnabled()
      Deprecated.
    • setServiceAccountsEnabled

      public void setServiceAccountsEnabled(Boolean serviceAccountsEnabled)
      Deprecated.
    • isPublicClient

      public Boolean isPublicClient()
      Deprecated.
    • setPublicClient

      public void setPublicClient(Boolean publicClient)
      Deprecated.
    • isFrontchannelLogout

      public Boolean isFrontchannelLogout()
      Deprecated.
    • setFrontchannelLogout

      public void setFrontchannelLogout(Boolean frontchannelLogout)
      Deprecated.
    • getAttributes

      public Map<String,String> getAttributes()
      Deprecated.
    • setAttributes

      public void setAttributes(Map<String,String> attributes)
      Deprecated.