Class 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 Detail

      • HeaderAuthorization

        public HeaderAuthorization()
    • Method Detail

      • getValue

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

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