java.lang.Object
io.camunda.spring.client.properties.common.Keycloak

@Deprecated(forRemoval=true, since="8.6") public class Keycloak extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTokenUrl(String tokenUrl)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Keycloak

      public Keycloak()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • getUrl

      @DeprecatedConfigurationProperty(reason="There is no keycloak-specific configuration for camunda, the issuer is provided as url", replacement="camunda.client.auth.issuer") public String getUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUrl

      public void setUrl(String url)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRealm

      @DeprecatedConfigurationProperty(reason="There is no keycloak-specific configuration for camunda, the issuer is provided as url", replacement="camunda.client.auth.issuer") public String getRealm()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRealm

      public void setRealm(String realm)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTokenUrl

      @DeprecatedConfigurationProperty(reason="There is no keycloak-specific configuration for camunda, the issuer is provided as url", replacement="camunda.client.auth.issuer") public String getTokenUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTokenUrl

      public void setTokenUrl(String tokenUrl)
      Deprecated, for removal: This API element is subject to removal in a future version.