Class AuthProperties
java.lang.Object
io.camunda.zeebe.spring.client.properties.common.AuthProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidvoidsetKeystoreKeyPassword(String keystoreKeyPassword) voidsetKeystorePassword(String keystorePassword) voidsetKeystorePath(String keystorePath) voidsetPassword(String password) voidsetTruststorePassword(String truststorePassword) voidsetTruststorePath(String truststorePath) voidsetUsername(String username)
-
Constructor Details
-
AuthProperties
public AuthProperties()
-
-
Method Details
-
getIssuer
-
setIssuer
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getKeystorePath
-
setKeystorePath
-
getKeystorePassword
-
setKeystorePassword
-
getKeystoreKeyPassword
-
setKeystoreKeyPassword
-
getTruststorePath
-
setTruststorePath
-
getTruststorePassword
-
setTruststorePassword
-