Class PSCredentialExecutionParameter

    • Constructor Detail

      • PSCredentialExecutionParameter

        public PSCredentialExecutionParameter()
    • Method Detail

      • username

        public String username()
        Get the username property: username for login.
        Returns:
        the username value.
      • withUsername

        public PSCredentialExecutionParameter withUsername​(String username)
        Set the username property: username for login.
        Parameters:
        username - the username value to set.
        Returns:
        the PSCredentialExecutionParameter object itself.
      • password

        public String password()
        Get the password property: password for login.
        Returns:
        the password value.
      • withPassword

        public PSCredentialExecutionParameter withPassword​(String password)
        Set the password property: password for login.
        Parameters:
        password - the password value to set.
        Returns:
        the PSCredentialExecutionParameter object itself.