Class OperationHttpBasicAuth


  • public class OperationHttpBasicAuth
    extends Object
    Used to define the appropriate login information if access to the resource requires a login using the \"Basic Authentication\" method.
    • Constructor Detail

      • OperationHttpBasicAuth

        public OperationHttpBasicAuth()
    • Method Detail

      • getPassword

        @Nullable
        public @Nullable String getPassword()
        Password if the URL requests an authentication of the \"Basic Authentication\" type.
        Returns:
        password
      • setPassword

        public void setPassword​(String password)
      • getUserName

        @Nullable
        public @Nullable String getUserName()
        Username if the URL requests an authentication of the \"Basic Authentication\" type.
        Returns:
        userName
      • setUserName

        public void setUserName​(String userName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object