Class ApplicationRepresentation

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

@Deprecated @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 ApplicationRepresentation extends Object
Deprecated.
ApplicationRepresentation
  • Constructor Details

    • ApplicationRepresentation

      public ApplicationRepresentation()
      Deprecated.
  • Method Details

    • id

      public ApplicationRepresentation id(@Nullable String id)
      Deprecated.
    • getId

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

      public void setId(@Nullable String id)
      Deprecated.
    • clientId

      public ApplicationRepresentation clientId(@Nullable String clientId)
      Deprecated.
    • getClientId

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

      public void setClientId(@Nullable String clientId)
      Deprecated.
    • description

      public ApplicationRepresentation description(@Nullable String description)
      Deprecated.
    • getDescription

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

      public void setDescription(@Nullable String description)
      Deprecated.
    • type

      public ApplicationRepresentation type(@Nullable String type)
      Deprecated.
    • getType

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

      public void setType(@Nullable String type)
      Deprecated.
    • rootUrl

      public ApplicationRepresentation rootUrl(@Nullable String rootUrl)
      Deprecated.
    • getRootUrl

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

      public void setRootUrl(@Nullable String rootUrl)
      Deprecated.
    • adminUrl

      public ApplicationRepresentation adminUrl(@Nullable String adminUrl)
      Deprecated.
    • getAdminUrl

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

      public void setAdminUrl(@Nullable String adminUrl)
      Deprecated.
    • baseUrl

      public ApplicationRepresentation baseUrl(@Nullable String baseUrl)
      Deprecated.
    • getBaseUrl

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

      public void setBaseUrl(@Nullable String baseUrl)
      Deprecated.
    • surrogateAuthRequired

      public ApplicationRepresentation surrogateAuthRequired(@Nullable Boolean surrogateAuthRequired)
      Deprecated.
    • getSurrogateAuthRequired

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

      public void setSurrogateAuthRequired(@Nullable Boolean surrogateAuthRequired)
      Deprecated.
    • enabled

      public ApplicationRepresentation enabled(@Nullable Boolean enabled)
      Deprecated.
    • getEnabled

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

      public void setEnabled(@Nullable Boolean enabled)
      Deprecated.
    • alwaysDisplayInConsole

      public ApplicationRepresentation alwaysDisplayInConsole(@Nullable Boolean alwaysDisplayInConsole)
      Deprecated.
    • getAlwaysDisplayInConsole

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

      public void setAlwaysDisplayInConsole(@Nullable Boolean alwaysDisplayInConsole)
      Deprecated.
    • clientAuthenticatorType

      public ApplicationRepresentation clientAuthenticatorType(@Nullable String clientAuthenticatorType)
      Deprecated.
    • getClientAuthenticatorType

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

      public void setClientAuthenticatorType(@Nullable String clientAuthenticatorType)
      Deprecated.
    • secret

      public ApplicationRepresentation secret(@Nullable String secret)
      Deprecated.
    • getSecret

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

      public void setSecret(@Nullable String secret)
      Deprecated.
    • registrationAccessToken

      public ApplicationRepresentation registrationAccessToken(@Nullable String registrationAccessToken)
      Deprecated.
    • getRegistrationAccessToken

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

      public void setRegistrationAccessToken(@Nullable String registrationAccessToken)
      Deprecated.
    • defaultRoles

      public ApplicationRepresentation defaultRoles(List<String> defaultRoles)
      Deprecated.
    • addDefaultRolesItem

      public ApplicationRepresentation addDefaultRolesItem(String defaultRolesItem)
      Deprecated.
    • getDefaultRoles

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

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

      public ApplicationRepresentation redirectUris(List<String> redirectUris)
      Deprecated.
    • addRedirectUrisItem

      public ApplicationRepresentation addRedirectUrisItem(String redirectUrisItem)
      Deprecated.
    • getRedirectUris

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

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

      public ApplicationRepresentation webOrigins(List<String> webOrigins)
      Deprecated.
    • addWebOriginsItem

      public ApplicationRepresentation addWebOriginsItem(String webOriginsItem)
      Deprecated.
    • getWebOrigins

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

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

      public ApplicationRepresentation notBefore(@Nullable Integer notBefore)
      Deprecated.
    • getNotBefore

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

      public void setNotBefore(@Nullable Integer notBefore)
      Deprecated.
    • bearerOnly

      public ApplicationRepresentation bearerOnly(@Nullable Boolean bearerOnly)
      Deprecated.
    • getBearerOnly

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

      public void setBearerOnly(@Nullable Boolean bearerOnly)
      Deprecated.
    • consentRequired

      public ApplicationRepresentation consentRequired(@Nullable Boolean consentRequired)
      Deprecated.
    • getConsentRequired

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

      public void setConsentRequired(@Nullable Boolean consentRequired)
      Deprecated.
    • standardFlowEnabled

      public ApplicationRepresentation standardFlowEnabled(@Nullable Boolean standardFlowEnabled)
      Deprecated.
    • getStandardFlowEnabled

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

      public void setStandardFlowEnabled(@Nullable Boolean standardFlowEnabled)
      Deprecated.
    • implicitFlowEnabled

      public ApplicationRepresentation implicitFlowEnabled(@Nullable Boolean implicitFlowEnabled)
      Deprecated.
    • getImplicitFlowEnabled

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

      public void setImplicitFlowEnabled(@Nullable Boolean implicitFlowEnabled)
      Deprecated.
    • directAccessGrantsEnabled

      public ApplicationRepresentation directAccessGrantsEnabled(@Nullable Boolean directAccessGrantsEnabled)
      Deprecated.
    • getDirectAccessGrantsEnabled

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

      public void setDirectAccessGrantsEnabled(@Nullable Boolean directAccessGrantsEnabled)
      Deprecated.
    • serviceAccountsEnabled

      public ApplicationRepresentation serviceAccountsEnabled(@Nullable Boolean serviceAccountsEnabled)
      Deprecated.
    • getServiceAccountsEnabled

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

      public void setServiceAccountsEnabled(@Nullable Boolean serviceAccountsEnabled)
      Deprecated.
    • authorizationServicesEnabled

      public ApplicationRepresentation authorizationServicesEnabled(@Nullable Boolean authorizationServicesEnabled)
      Deprecated.
    • getAuthorizationServicesEnabled

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

      public void setAuthorizationServicesEnabled(@Nullable Boolean authorizationServicesEnabled)
      Deprecated.
    • directGrantsOnly

      public ApplicationRepresentation directGrantsOnly(@Nullable Boolean directGrantsOnly)
      Deprecated.
    • getDirectGrantsOnly

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

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

      public ApplicationRepresentation publicClient(@Nullable Boolean publicClient)
      Deprecated.
    • getPublicClient

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

      public void setPublicClient(@Nullable Boolean publicClient)
      Deprecated.
    • frontchannelLogout

      public ApplicationRepresentation frontchannelLogout(@Nullable Boolean frontchannelLogout)
      Deprecated.
    • getFrontchannelLogout

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

      public void setFrontchannelLogout(@Nullable Boolean frontchannelLogout)
      Deprecated.
    • protocol

      public ApplicationRepresentation protocol(@Nullable String protocol)
      Deprecated.
    • getProtocol

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

      public void setProtocol(@Nullable String protocol)
      Deprecated.
    • attributes

      public ApplicationRepresentation attributes(Map<String,String> attributes)
      Deprecated.
    • putAttributesItem

      public ApplicationRepresentation putAttributesItem(String key, String attributesItem)
      Deprecated.
    • getAttributes

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

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

      public ApplicationRepresentation authenticationFlowBindingOverrides(Map<String,String> authenticationFlowBindingOverrides)
      Deprecated.
    • putAuthenticationFlowBindingOverridesItem

      public ApplicationRepresentation putAuthenticationFlowBindingOverridesItem(String key, String authenticationFlowBindingOverridesItem)
      Deprecated.
    • getAuthenticationFlowBindingOverrides

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

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

      public ApplicationRepresentation fullScopeAllowed(@Nullable Boolean fullScopeAllowed)
      Deprecated.
    • getFullScopeAllowed

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

      public void setFullScopeAllowed(@Nullable Boolean fullScopeAllowed)
      Deprecated.
    • nodeReRegistrationTimeout

      public ApplicationRepresentation nodeReRegistrationTimeout(@Nullable Integer nodeReRegistrationTimeout)
      Deprecated.
    • getNodeReRegistrationTimeout

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

      public void setNodeReRegistrationTimeout(@Nullable Integer nodeReRegistrationTimeout)
      Deprecated.
    • registeredNodes

      public ApplicationRepresentation registeredNodes(Map<String,Integer> registeredNodes)
      Deprecated.
    • putRegisteredNodesItem

      public ApplicationRepresentation putRegisteredNodesItem(String key, Integer registeredNodesItem)
      Deprecated.
    • getRegisteredNodes

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

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

      public ApplicationRepresentation protocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers)
      Deprecated.
    • addProtocolMappersItem

      public ApplicationRepresentation addProtocolMappersItem(ProtocolMapperRepresentation protocolMappersItem)
      Deprecated.
    • getProtocolMappers

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

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

      public ApplicationRepresentation clientTemplate(@Nullable String clientTemplate)
      Deprecated.
    • getClientTemplate

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

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

      public ApplicationRepresentation useTemplateConfig(@Nullable Boolean useTemplateConfig)
      Deprecated.
    • getUseTemplateConfig

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

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

      public ApplicationRepresentation useTemplateScope(@Nullable Boolean useTemplateScope)
      Deprecated.
    • getUseTemplateScope

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

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

      public ApplicationRepresentation useTemplateMappers(@Nullable Boolean useTemplateMappers)
      Deprecated.
    • getUseTemplateMappers

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

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

      public ApplicationRepresentation defaultClientScopes(List<String> defaultClientScopes)
      Deprecated.
    • addDefaultClientScopesItem

      public ApplicationRepresentation addDefaultClientScopesItem(String defaultClientScopesItem)
      Deprecated.
    • getDefaultClientScopes

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

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

      public ApplicationRepresentation optionalClientScopes(List<String> optionalClientScopes)
      Deprecated.
    • addOptionalClientScopesItem

      public ApplicationRepresentation addOptionalClientScopesItem(String optionalClientScopesItem)
      Deprecated.
    • getOptionalClientScopes

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

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

      public ApplicationRepresentation authorizationSettings(@Nullable ResourceServerRepresentation authorizationSettings)
      Deprecated.
    • getAuthorizationSettings

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

      public void setAuthorizationSettings(@Nullable ResourceServerRepresentation authorizationSettings)
      Deprecated.
    • access

      public ApplicationRepresentation access(Map<String,Boolean> access)
      Deprecated.
    • putAccessItem

      public ApplicationRepresentation putAccessItem(String key, Boolean accessItem)
      Deprecated.
    • getAccess

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

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

      public ApplicationRepresentation origin(@Nullable String origin)
      Deprecated.
    • getOrigin

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

      public void setOrigin(@Nullable String origin)
      Deprecated.
    • name

      public ApplicationRepresentation name(@Nullable String name)
      Deprecated.
    • getName

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

      public void setName(@Nullable String name)
      Deprecated.
    • claims

      public ApplicationRepresentation claims(@Nullable ClaimRepresentation claims)
      Deprecated.
    • getClaims

      @Valid @Deprecated @Nullable public @Valid ClaimRepresentation getClaims()
      Deprecated.
      Get claims
      Returns:
      claims
    • setClaims

      @Deprecated public void setClaims(@Nullable ClaimRepresentation claims)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object