Class CamundaClientAuthClientAssertionProperties

java.lang.Object
io.camunda.zeebe.spring.client.properties.CamundaClientAuthClientAssertionProperties

public class CamundaClientAuthClientAssertionProperties extends Object
  • Constructor Details

    • CamundaClientAuthClientAssertionProperties

      public CamundaClientAuthClientAssertionProperties()
  • Method Details

    • getKeystorePath

      public Path getKeystorePath()
    • setKeystorePath

      public void setKeystorePath(Path keystorePath)
    • getKeystorePassword

      public String getKeystorePassword()
    • setKeystorePassword

      public void setKeystorePassword(String keystorePassword)
    • getKeystoreKeyAlias

      public String getKeystoreKeyAlias()
    • setKeystoreKeyAlias

      public void setKeystoreKeyAlias(String keystoreKeyAlias)
    • getKeystoreKeyPassword

      public String getKeystoreKeyPassword()
    • setKeystoreKeyPassword

      public void setKeystoreKeyPassword(String keystoreKeyPassword)