Class Keycloak
java.lang.Object
io.camunda.spring.client.properties.common.Keycloak
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionKeycloak()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetRealm()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.getUrl()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetTokenUrl(String tokenUrl) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
Keycloak
public Keycloak()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
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
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
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
Deprecated, for removal: This API element is subject to removal in a future version.
-