Class CamundaClientAuthProperties
java.lang.Object
io.camunda.spring.client.properties.CamundaClientAuthProperties
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getScope()voidsetAudience(String audience) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetConnectTimeout(Duration connectTimeout) voidsetCredentialsCachePath(String credentialsCachePath) voidDeprecated.voidsetKeystoreKeyPassword(String keystoreKeyPassword) voidsetKeystorePassword(String keystorePassword) voidsetKeystorePath(String keystorePath) voidvoidsetPassword(String password) voidsetReadTimeout(Duration readTimeout) voidvoidsetTokenUrl(URI tokenUrl) voidsetTruststorePassword(String truststorePassword) voidsetTruststorePath(String truststorePath) voidsetUsername(String username) toString()
-
Constructor Details
-
CamundaClientAuthProperties
public CamundaClientAuthProperties()
-
-
Method Details
-
getMethod
-
setMethod
-
getTokenUrl
-
setTokenUrl
-
getConnectTimeout
-
setConnectTimeout
-
getReadTimeout
-
setReadTimeout
-
getCredentialsCachePath
-
setCredentialsCachePath
-
getIssuer
@Deprecated @DeprecatedConfigurationProperty(reason="The expected property value if a token url, renamed", replacement="camunda.client.auth.token-url") public URI getIssuer()Deprecated. -
setIssuer
Deprecated. -
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getKeystorePath
-
setKeystorePath
-
getKeystorePassword
-
setKeystorePassword
-
getKeystoreKeyPassword
-
setKeystoreKeyPassword
-
getTruststorePath
-
setTruststorePath
-
getTruststorePassword
-
setTruststorePassword
-
getAudience
-
setAudience
-
getScope
-
setScope
-
toString
-