Class HeaderAuthorization

java.lang.Object
org.bonitasoft.connectors.rest.model.HeaderAuthorization
All Implemented Interfaces:
Authorization

public class HeaderAuthorization extends Object implements Authorization
This class reflects the information for a header authorization of a HTTP request.
  • Constructor Details

    • HeaderAuthorization

      public HeaderAuthorization()
  • Method Details

    • getValue

      public String getValue()
      Value getter.
      Returns:
      The value.
    • setValue

      public void setValue(String value)
      The value setter.
      Parameters:
      value - The new value.