Class RestServiceAuthorization.Credentials

java.lang.Object
com.flowable.serviceregistry.engine.impl.invoker.rest.RestServiceAuthorization.Credentials
Enclosing class:
RestServiceAuthorization

public static class RestServiceAuthorization.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)