Class AuthProperties

java.lang.Object
io.camunda.zeebe.spring.client.properties.common.AuthProperties

public class AuthProperties extends Object
  • Constructor Details

    • AuthProperties

      public AuthProperties()
  • Method Details

    • getIssuer

      public String getIssuer()
    • setIssuer

      public void setIssuer(String issuer)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getClientSecret

      public String getClientSecret()
    • setClientSecret

      public void setClientSecret(String clientSecret)
    • getKeystorePath

      public String getKeystorePath()
    • setKeystorePath

      public void setKeystorePath(String keystorePath)
    • getKeystorePassword

      public String getKeystorePassword()
    • setKeystorePassword

      public void setKeystorePassword(String keystorePassword)
    • getKeystoreKeyPassword

      public String getKeystoreKeyPassword()
    • setKeystoreKeyPassword

      public void setKeystoreKeyPassword(String keystoreKeyPassword)
    • getTruststorePath

      public String getTruststorePath()
    • setTruststorePath

      public void setTruststorePath(String truststorePath)
    • getTruststorePassword

      public String getTruststorePassword()
    • setTruststorePassword

      public void setTruststorePassword(String truststorePassword)