Class CamundaBpmRunAuthenticationProperties

java.lang.Object
org.camunda.bpm.run.property.CamundaBpmRunAuthenticationProperties

public class CamundaBpmRunAuthenticationProperties extends Object
  • Field Details

  • Constructor Details

    • CamundaBpmRunAuthenticationProperties

      public CamundaBpmRunAuthenticationProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getAuthentication

      public String getAuthentication()
    • setAuthentication

      public void setAuthentication(String authentication)
    • toString

      public String toString()
      Overrides:
      toString in class Object