Class AgentConnectionAuthentication.Credentials

java.lang.Object
com.flowable.agent.api.management.connection.AgentConnectionAuthentication.Credentials
Enclosing interface:
AgentConnectionAuthentication

public static class AgentConnectionAuthentication.Credentials extends Object
Author:
Prathamesh Mane
  • Field Details

    • type

      protected String type
    • value

      protected String value
  • Constructor Details

    • Credentials

      public Credentials()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)