Class ClientRepresentation

java.lang.Object
org.bremersee.keycloak.api.model.ClientRepresentation

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2026-08-17T22:40:45.221551766+02:00[Europe/Berlin]", comments="Generator version: 7.24.0") public class ClientRepresentation extends Object
ClientRepresentation
  • Constructor Details

    • ClientRepresentation

      public ClientRepresentation()
  • Method Details

    • id

      public ClientRepresentation id(@Nullable String id)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(@Nullable String id)
    • clientId

      public ClientRepresentation clientId(@Nullable String clientId)
    • getClientId

      @Nullable public String getClientId()
      Get clientId
      Returns:
      clientId
    • setClientId

      public void setClientId(@Nullable String clientId)
    • name

      public ClientRepresentation name(@Nullable String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • description

      public ClientRepresentation description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable String description)
    • type

      public ClientRepresentation type(@Nullable String type)
    • getType

      @Nullable public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(@Nullable String type)
    • rootUrl

      public ClientRepresentation rootUrl(@Nullable String rootUrl)
    • getRootUrl

      @Nullable public String getRootUrl()
      Get rootUrl
      Returns:
      rootUrl
    • setRootUrl

      public void setRootUrl(@Nullable String rootUrl)
    • adminUrl

      public ClientRepresentation adminUrl(@Nullable String adminUrl)
    • getAdminUrl

      @Nullable public String getAdminUrl()
      Get adminUrl
      Returns:
      adminUrl
    • setAdminUrl

      public void setAdminUrl(@Nullable String adminUrl)
    • baseUrl

      public ClientRepresentation baseUrl(@Nullable String baseUrl)
    • getBaseUrl

      @Nullable public String getBaseUrl()
      Get baseUrl
      Returns:
      baseUrl
    • setBaseUrl

      public void setBaseUrl(@Nullable String baseUrl)
    • surrogateAuthRequired

      public ClientRepresentation surrogateAuthRequired(@Nullable Boolean surrogateAuthRequired)
    • getSurrogateAuthRequired

      @Nullable public Boolean getSurrogateAuthRequired()
      Get surrogateAuthRequired
      Returns:
      surrogateAuthRequired
    • setSurrogateAuthRequired

      public void setSurrogateAuthRequired(@Nullable Boolean surrogateAuthRequired)
    • enabled

      public ClientRepresentation enabled(@Nullable Boolean enabled)
    • getEnabled

      @Nullable public Boolean getEnabled()
      Get enabled
      Returns:
      enabled
    • setEnabled

      public void setEnabled(@Nullable Boolean enabled)
    • alwaysDisplayInConsole

      public ClientRepresentation alwaysDisplayInConsole(@Nullable Boolean alwaysDisplayInConsole)
    • getAlwaysDisplayInConsole

      @Nullable public Boolean getAlwaysDisplayInConsole()
      Get alwaysDisplayInConsole
      Returns:
      alwaysDisplayInConsole
    • setAlwaysDisplayInConsole

      public void setAlwaysDisplayInConsole(@Nullable Boolean alwaysDisplayInConsole)
    • clientAuthenticatorType

      public ClientRepresentation clientAuthenticatorType(@Nullable String clientAuthenticatorType)
    • getClientAuthenticatorType

      @Nullable public String getClientAuthenticatorType()
      Get clientAuthenticatorType
      Returns:
      clientAuthenticatorType
    • setClientAuthenticatorType

      public void setClientAuthenticatorType(@Nullable String clientAuthenticatorType)
    • secret

      public ClientRepresentation secret(@Nullable String secret)
    • getSecret

      @Nullable public String getSecret()
      Get secret
      Returns:
      secret
    • setSecret

      public void setSecret(@Nullable String secret)
    • registrationAccessToken

      public ClientRepresentation registrationAccessToken(@Nullable String registrationAccessToken)
    • getRegistrationAccessToken

      @Nullable public String getRegistrationAccessToken()
      Get registrationAccessToken
      Returns:
      registrationAccessToken
    • setRegistrationAccessToken

      public void setRegistrationAccessToken(@Nullable String registrationAccessToken)
    • defaultRoles

      public ClientRepresentation defaultRoles(List<String> defaultRoles)
    • addDefaultRolesItem

      public ClientRepresentation addDefaultRolesItem(String defaultRolesItem)
    • getDefaultRoles

      @Deprecated public List<String> getDefaultRoles()
      Deprecated.
      Get defaultRoles
      Returns:
      defaultRoles
    • setDefaultRoles

      @Deprecated public void setDefaultRoles(List<String> defaultRoles)
      Deprecated.
    • redirectUris

      public ClientRepresentation redirectUris(List<String> redirectUris)
    • addRedirectUrisItem

      public ClientRepresentation addRedirectUrisItem(String redirectUrisItem)
    • getRedirectUris

      public List<String> getRedirectUris()
      Get redirectUris
      Returns:
      redirectUris
    • setRedirectUris

      public void setRedirectUris(List<String> redirectUris)
    • webOrigins

      public ClientRepresentation webOrigins(List<String> webOrigins)
    • addWebOriginsItem

      public ClientRepresentation addWebOriginsItem(String webOriginsItem)
    • getWebOrigins

      public List<String> getWebOrigins()
      Get webOrigins
      Returns:
      webOrigins
    • setWebOrigins

      public void setWebOrigins(List<String> webOrigins)
    • notBefore

      public ClientRepresentation notBefore(@Nullable Integer notBefore)
    • getNotBefore

      @Nullable public Integer getNotBefore()
      Get notBefore
      Returns:
      notBefore
    • setNotBefore

      public void setNotBefore(@Nullable Integer notBefore)
    • bearerOnly

      public ClientRepresentation bearerOnly(@Nullable Boolean bearerOnly)
    • getBearerOnly

      @Nullable public Boolean getBearerOnly()
      Get bearerOnly
      Returns:
      bearerOnly
    • setBearerOnly

      public void setBearerOnly(@Nullable Boolean bearerOnly)
    • consentRequired

      public ClientRepresentation consentRequired(@Nullable Boolean consentRequired)
    • getConsentRequired

      @Nullable public Boolean getConsentRequired()
      Get consentRequired
      Returns:
      consentRequired
    • setConsentRequired

      public void setConsentRequired(@Nullable Boolean consentRequired)
    • standardFlowEnabled

      public ClientRepresentation standardFlowEnabled(@Nullable Boolean standardFlowEnabled)
    • getStandardFlowEnabled

      @Nullable public Boolean getStandardFlowEnabled()
      Get standardFlowEnabled
      Returns:
      standardFlowEnabled
    • setStandardFlowEnabled

      public void setStandardFlowEnabled(@Nullable Boolean standardFlowEnabled)
    • implicitFlowEnabled

      public ClientRepresentation implicitFlowEnabled(@Nullable Boolean implicitFlowEnabled)
    • getImplicitFlowEnabled

      @Nullable public Boolean getImplicitFlowEnabled()
      Get implicitFlowEnabled
      Returns:
      implicitFlowEnabled
    • setImplicitFlowEnabled

      public void setImplicitFlowEnabled(@Nullable Boolean implicitFlowEnabled)
    • directAccessGrantsEnabled

      public ClientRepresentation directAccessGrantsEnabled(@Nullable Boolean directAccessGrantsEnabled)
    • getDirectAccessGrantsEnabled

      @Nullable public Boolean getDirectAccessGrantsEnabled()
      Get directAccessGrantsEnabled
      Returns:
      directAccessGrantsEnabled
    • setDirectAccessGrantsEnabled

      public void setDirectAccessGrantsEnabled(@Nullable Boolean directAccessGrantsEnabled)
    • serviceAccountsEnabled

      public ClientRepresentation serviceAccountsEnabled(@Nullable Boolean serviceAccountsEnabled)
    • getServiceAccountsEnabled

      @Nullable public Boolean getServiceAccountsEnabled()
      Get serviceAccountsEnabled
      Returns:
      serviceAccountsEnabled
    • setServiceAccountsEnabled

      public void setServiceAccountsEnabled(@Nullable Boolean serviceAccountsEnabled)
    • authorizationServicesEnabled

      public ClientRepresentation authorizationServicesEnabled(@Nullable Boolean authorizationServicesEnabled)
    • getAuthorizationServicesEnabled

      @Nullable public Boolean getAuthorizationServicesEnabled()
      Get authorizationServicesEnabled
      Returns:
      authorizationServicesEnabled
    • setAuthorizationServicesEnabled

      public void setAuthorizationServicesEnabled(@Nullable Boolean authorizationServicesEnabled)
    • directGrantsOnly

      public ClientRepresentation directGrantsOnly(@Nullable Boolean directGrantsOnly)
    • getDirectGrantsOnly

      @Deprecated @Nullable public Boolean getDirectGrantsOnly()
      Deprecated.
      Get directGrantsOnly
      Returns:
      directGrantsOnly
    • setDirectGrantsOnly

      @Deprecated public void setDirectGrantsOnly(@Nullable Boolean directGrantsOnly)
      Deprecated.
    • publicClient

      public ClientRepresentation publicClient(@Nullable Boolean publicClient)
    • getPublicClient

      @Nullable public Boolean getPublicClient()
      Get publicClient
      Returns:
      publicClient
    • setPublicClient

      public void setPublicClient(@Nullable Boolean publicClient)
    • frontchannelLogout

      public ClientRepresentation frontchannelLogout(@Nullable Boolean frontchannelLogout)
    • getFrontchannelLogout

      @Nullable public Boolean getFrontchannelLogout()
      Get frontchannelLogout
      Returns:
      frontchannelLogout
    • setFrontchannelLogout

      public void setFrontchannelLogout(@Nullable Boolean frontchannelLogout)
    • protocol

      public ClientRepresentation protocol(@Nullable String protocol)
    • getProtocol

      @Nullable public String getProtocol()
      Get protocol
      Returns:
      protocol
    • setProtocol

      public void setProtocol(@Nullable String protocol)
    • attributes

      public ClientRepresentation attributes(Map<String,String> attributes)
    • putAttributesItem

      public ClientRepresentation putAttributesItem(String key, String attributesItem)
    • getAttributes

      public Map<String,String> getAttributes()
      Get attributes
      Returns:
      attributes
    • setAttributes

      public void setAttributes(Map<String,String> attributes)
    • authenticationFlowBindingOverrides

      public ClientRepresentation authenticationFlowBindingOverrides(Map<String,String> authenticationFlowBindingOverrides)
    • putAuthenticationFlowBindingOverridesItem

      public ClientRepresentation putAuthenticationFlowBindingOverridesItem(String key, String authenticationFlowBindingOverridesItem)
    • getAuthenticationFlowBindingOverrides

      public Map<String,String> getAuthenticationFlowBindingOverrides()
      Get authenticationFlowBindingOverrides
      Returns:
      authenticationFlowBindingOverrides
    • setAuthenticationFlowBindingOverrides

      public void setAuthenticationFlowBindingOverrides(Map<String,String> authenticationFlowBindingOverrides)
    • fullScopeAllowed

      public ClientRepresentation fullScopeAllowed(@Nullable Boolean fullScopeAllowed)
    • getFullScopeAllowed

      @Nullable public Boolean getFullScopeAllowed()
      Get fullScopeAllowed
      Returns:
      fullScopeAllowed
    • setFullScopeAllowed

      public void setFullScopeAllowed(@Nullable Boolean fullScopeAllowed)
    • nodeReRegistrationTimeout

      public ClientRepresentation nodeReRegistrationTimeout(@Nullable Integer nodeReRegistrationTimeout)
    • getNodeReRegistrationTimeout

      @Nullable public Integer getNodeReRegistrationTimeout()
      Get nodeReRegistrationTimeout
      Returns:
      nodeReRegistrationTimeout
    • setNodeReRegistrationTimeout

      public void setNodeReRegistrationTimeout(@Nullable Integer nodeReRegistrationTimeout)
    • registeredNodes

      public ClientRepresentation registeredNodes(Map<String,Integer> registeredNodes)
    • putRegisteredNodesItem

      public ClientRepresentation putRegisteredNodesItem(String key, Integer registeredNodesItem)
    • getRegisteredNodes

      public Map<String,Integer> getRegisteredNodes()
      Get registeredNodes
      Returns:
      registeredNodes
    • setRegisteredNodes

      public void setRegisteredNodes(Map<String,Integer> registeredNodes)
    • protocolMappers

      public ClientRepresentation protocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers)
    • addProtocolMappersItem

      public ClientRepresentation addProtocolMappersItem(ProtocolMapperRepresentation protocolMappersItem)
    • getProtocolMappers

      @Valid public @Valid List<@Valid ProtocolMapperRepresentation> getProtocolMappers()
      Get protocolMappers
      Returns:
      protocolMappers
    • setProtocolMappers

      public void setProtocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers)
    • clientTemplate

      public ClientRepresentation clientTemplate(@Nullable String clientTemplate)
    • getClientTemplate

      @Deprecated @Nullable public String getClientTemplate()
      Deprecated.
      Get clientTemplate
      Returns:
      clientTemplate
    • setClientTemplate

      @Deprecated public void setClientTemplate(@Nullable String clientTemplate)
      Deprecated.
    • useTemplateConfig

      public ClientRepresentation useTemplateConfig(@Nullable Boolean useTemplateConfig)
    • getUseTemplateConfig

      @Deprecated @Nullable public Boolean getUseTemplateConfig()
      Deprecated.
      Get useTemplateConfig
      Returns:
      useTemplateConfig
    • setUseTemplateConfig

      @Deprecated public void setUseTemplateConfig(@Nullable Boolean useTemplateConfig)
      Deprecated.
    • useTemplateScope

      public ClientRepresentation useTemplateScope(@Nullable Boolean useTemplateScope)
    • getUseTemplateScope

      @Deprecated @Nullable public Boolean getUseTemplateScope()
      Deprecated.
      Get useTemplateScope
      Returns:
      useTemplateScope
    • setUseTemplateScope

      @Deprecated public void setUseTemplateScope(@Nullable Boolean useTemplateScope)
      Deprecated.
    • useTemplateMappers

      public ClientRepresentation useTemplateMappers(@Nullable Boolean useTemplateMappers)
    • getUseTemplateMappers

      @Deprecated @Nullable public Boolean getUseTemplateMappers()
      Deprecated.
      Get useTemplateMappers
      Returns:
      useTemplateMappers
    • setUseTemplateMappers

      @Deprecated public void setUseTemplateMappers(@Nullable Boolean useTemplateMappers)
      Deprecated.
    • defaultClientScopes

      public ClientRepresentation defaultClientScopes(List<String> defaultClientScopes)
    • addDefaultClientScopesItem

      public ClientRepresentation addDefaultClientScopesItem(String defaultClientScopesItem)
    • getDefaultClientScopes

      public List<String> getDefaultClientScopes()
      Get defaultClientScopes
      Returns:
      defaultClientScopes
    • setDefaultClientScopes

      public void setDefaultClientScopes(List<String> defaultClientScopes)
    • optionalClientScopes

      public ClientRepresentation optionalClientScopes(List<String> optionalClientScopes)
    • addOptionalClientScopesItem

      public ClientRepresentation addOptionalClientScopesItem(String optionalClientScopesItem)
    • getOptionalClientScopes

      public List<String> getOptionalClientScopes()
      Get optionalClientScopes
      Returns:
      optionalClientScopes
    • setOptionalClientScopes

      public void setOptionalClientScopes(List<String> optionalClientScopes)
    • authorizationSettings

      public ClientRepresentation authorizationSettings(@Nullable ResourceServerRepresentation authorizationSettings)
    • getAuthorizationSettings

      @Valid @Nullable public @Valid ResourceServerRepresentation getAuthorizationSettings()
      Get authorizationSettings
      Returns:
      authorizationSettings
    • setAuthorizationSettings

      public void setAuthorizationSettings(@Nullable ResourceServerRepresentation authorizationSettings)
    • access

      public ClientRepresentation access(Map<String,Boolean> access)
    • putAccessItem

      public ClientRepresentation putAccessItem(String key, Boolean accessItem)
    • getAccess

      public Map<String,Boolean> getAccess()
      Get access
      Returns:
      access
    • setAccess

      public void setAccess(Map<String,Boolean> access)
    • origin

      public ClientRepresentation origin(@Nullable String origin)
    • getOrigin

      @Nullable public String getOrigin()
      Get origin
      Returns:
      origin
    • setOrigin

      public void setOrigin(@Nullable String origin)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object