Class McpServiceAuthentication.Credentials

java.lang.Object
com.flowable.platform.mcp.serviceregistry.McpServiceAuthentication.Credentials
Enclosing interface:
McpServiceAuthentication

public static class McpServiceAuthentication.Credentials extends Object
  • 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)